mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 13:33:38 +02:00
removed multiple interface instances hack which you should never do anyways because it breaks everything
This commit is contained in:
parent
5f7e49b087
commit
7d602986cd
1 changed files with 2 additions and 2 deletions
|
@ -90,11 +90,11 @@ int main(int argc, const char* argv[]) {
|
|||
|
||||
qDebug() << "Interface instance appears to be running, exiting";
|
||||
|
||||
//return EXIT_SUCCESS;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
//return EXIT_SUCCESS;
|
||||
return EXIT_SUCCESS;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue