diff options
| author | stonedDiscord <stoned@derpymail.org> | 2017-01-28 14:49:58 +0100 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2017-01-28 14:49:58 +0100 |
| commit | d73ab6a589d2f2ad151f03c0ba6f49fa2ca36d01 (patch) | |
| tree | b6749e2c9140545254e61a132c74d0c337553bad /debug_functions.cpp | |
| parent | d4ad200b612acb1ed2a74d057efc8c3cbfa07ad2 (diff) | |
| parent | ab321a4a7af042eed2b9cb7c82fe8345a9d7b594 (diff) | |
Merge remote-tracking branch 'refs/remotes/OmniTroid/master'
Diffstat (limited to 'debug_functions.cpp')
| -rw-r--r-- | debug_functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_functions.cpp b/debug_functions.cpp index a77e4ea..7206885 100644 --- a/debug_functions.cpp +++ b/debug_functions.cpp @@ -10,6 +10,6 @@ void call_error(QString p_message) msgBox->setWindowTitle("Error"); - msgBox->setWindowModality(Qt::NonModal); + //msgBox->setWindowModality(Qt::NonModal); msgBox->show(); } |
