@ -12,8 +12,8 @@ SOURCES += \
samegame.cpp
HEADERS += \
mainwindow.h \
samegame.h
mainwindow.hpp \
samegame.hpp
FORMS += \
mainwindow.ui
@ -1,4 +1,4 @@
#include "mainwindow.h"
#include "mainwindow.hpp"
#include <QApplication>
#include <QDir>
#include "ui_mainwindow.h"
extern std::unique_ptr<QSettings> settings;
@ -16,7 +16,7 @@
#include <QStandardPaths>
#include <QTextStream>
#include "samegame.h"
#include "samegame.hpp"
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }