diff options
| author | Tannin <devnull@localhost> | 2014-11-26 20:19:07 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-11-26 20:19:07 +0100 |
| commit | 4fa700bb55de9cc03e83c37eda48d7ff3652b411 (patch) | |
| tree | 1e7f4b6cfe67047462e600ba69f5b0257fbcc859 /src/singleinstance.cpp | |
| parent | 9907437d937060a55a91c085c1d82e12b995bc01 (diff) | |
undid some changes that accidentally made it to this branch
Diffstat (limited to 'src/singleinstance.cpp')
| -rw-r--r-- | src/singleinstance.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/singleinstance.cpp b/src/singleinstance.cpp index dcb0fc78..a1928523 100644 --- a/src/singleinstance.cpp +++ b/src/singleinstance.cpp @@ -54,8 +54,6 @@ SingleInstance::SingleInstance(bool forcePrimary, QObject *parent) : }
if (m_PrimaryInstance) {
connect(&m_Server, SIGNAL(newConnection()), this, SLOT(receiveMessage()));
- // has to be called before listen
- m_Server.setSocketOptions(QLocalServer::WorldAccessOption);
m_Server.listen(s_Key);
}
}
|
