mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Removed Debug
This commit is contained in:
parent
61981b9470
commit
d6e7caa4db
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ void ClipboardScriptingInterface::exportVoxel(float x, float y, float z, float s
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ClipboardScriptingInterface::importVoxels() {
|
bool ClipboardScriptingInterface::importVoxels() {
|
||||||
qDebug() << "[DEBUG] Importing ... ";
|
qDebug() << "Importing ... ";
|
||||||
QEventLoop loop;
|
QEventLoop loop;
|
||||||
connect(Application::getInstance(), SIGNAL(importDone()), &loop, SLOT(quit()));
|
connect(Application::getInstance(), SIGNAL(importDone()), &loop, SLOT(quit()));
|
||||||
emit readyToImport();
|
emit readyToImport();
|
||||||
|
|
Loading…
Reference in a new issue