mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 00:02:37 +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);
|
||||
QTestWindow::setup();
|
||||
QTestWindow window;
|
||||
window.loadCommands("C:/Users/bdavis/Git/dreaming/exports/commands.txt");
|
||||
//window.loadCommands("C:/Users/bdavis/Git/dreaming/exports/commands.txt");
|
||||
app.exec();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue