mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:49:05 +02:00
Disable debug command list
This commit is contained in:
parent
5a91116c06
commit
2dd93e0586
1 changed files with 1 additions and 1 deletions
|
@ -1129,7 +1129,7 @@ int main(int argc, char** argv) {
|
||||||
QLoggingCategory::setFilterRules(LOG_FILTER_RULES);
|
QLoggingCategory::setFilterRules(LOG_FILTER_RULES);
|
||||||
QTestWindow::setup();
|
QTestWindow::setup();
|
||||||
QTestWindow window;
|
QTestWindow window;
|
||||||
window.loadCommands("C:/Users/bdavis/Git/dreaming/exports/commands.txt");
|
//window.loadCommands("C:/Users/bdavis/Git/dreaming/exports/commands.txt");
|
||||||
app.exec();
|
app.exec();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue