diff options
| author | Tannin <devnull@localhost> | 2015-05-09 21:44:19 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-05-09 21:44:19 +0200 |
| commit | abba182b1ba630b41660424abf372af527b1612c (patch) | |
| tree | c4fde1f7116fe5cdc7b9d6adb0a3a8d6bd1c93b0 /src/singleinstance.cpp | |
| parent | 0b58653e2d4f3c695981f1346c6d7c6b4c965eeb (diff) | |
dropped redundant report.h/report.cpp
Diffstat (limited to 'src/singleinstance.cpp')
| -rw-r--r-- | src/singleinstance.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/singleinstance.cpp b/src/singleinstance.cpp index dcb0fc78..89332f9b 100644 --- a/src/singleinstance.cpp +++ b/src/singleinstance.cpp @@ -18,13 +18,14 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. */
#include "singleinstance.h"
-#include "report.h"
#include "utility.h"
+#include <report.h>
#include <QLocalSocket>
static const char s_Key[] = "mo-43d1a3ad-eeb0-4818-97c9-eda5216c29b5";
static const int s_Timeout = 5000;
+using MOBase::reportError;
SingleInstance::SingleInstance(bool forcePrimary, QObject *parent) :
QObject(parent), m_PrimaryInstance(false)
|
