mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 09:40:52 +01:00
Fix FTBS on OS2, thank Elbert for tests
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3581 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -49,7 +49,11 @@ class QETSingleApplication : public QApplication {
|
||||
private:
|
||||
bool is_running_;
|
||||
QString unique_key_;
|
||||
#if defined (Q_OS_OS2)
|
||||
#define QT_NO_SHAREDMEMORY
|
||||
#else
|
||||
QSharedMemory shared_memory_;
|
||||
#endif
|
||||
QLocalServer *local_server_;
|
||||
static const int timeout_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user