summaryrefslogtreecommitdiff
path: root/src/moapplication.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-05-09 21:44:19 +0200
committerTannin <devnull@localhost>2015-05-09 21:44:19 +0200
commitabba182b1ba630b41660424abf372af527b1612c (patch)
treec4fde1f7116fe5cdc7b9d6adb0a3a8d6bd1c93b0 /src/moapplication.cpp
parent0b58653e2d4f3c695981f1346c6d7c6b4c965eeb (diff)
dropped redundant report.h/report.cpp
Diffstat (limited to 'src/moapplication.cpp')
-rw-r--r--src/moapplication.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/moapplication.cpp b/src/moapplication.cpp
index df0fdd09..e25591d8 100644
--- a/src/moapplication.cpp
+++ b/src/moapplication.cpp
@@ -18,7 +18,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
*/
#include "moapplication.h"
-#include "report.h"
+#include <report.h>
#include <utility.h>
#include <appconfig.h>
#include <QFile>
@@ -36,6 +36,9 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include <QDebug>
+using MOBase::reportError;
+
+
class ProxyStyle : public QProxyStyle {
public:
ProxyStyle(QStyle *baseStyle = 0)