summaryrefslogtreecommitdiffstats
path: root/gui/pages/OtherLogsPage.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-01-27 22:31:07 +0100
committerPetr Mrázek <peterix@gmail.com>2015-04-02 00:14:06 +0200
commit791221e923586bb717396ecf18bd13e57034df99 (patch)
tree9f608af07375b38626c8964671620477158341ba /gui/pages/OtherLogsPage.h
parent593111b14463e9d5d08256061b981b5ab1cfb710 (diff)
downloadMultiMC-791221e923586bb717396ecf18bd13e57034df99.tar
MultiMC-791221e923586bb717396ecf18bd13e57034df99.tar.gz
MultiMC-791221e923586bb717396ecf18bd13e57034df99.tar.lz
MultiMC-791221e923586bb717396ecf18bd13e57034df99.tar.xz
MultiMC-791221e923586bb717396ecf18bd13e57034df99.zip
NOISSUE Refactors and moving of things
Diffstat (limited to 'gui/pages/OtherLogsPage.h')
-rw-r--r--gui/pages/OtherLogsPage.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gui/pages/OtherLogsPage.h b/gui/pages/OtherLogsPage.h
index 5777cb83..d6e4ec9f 100644
--- a/gui/pages/OtherLogsPage.h
+++ b/gui/pages/OtherLogsPage.h
@@ -27,14 +27,12 @@ class OtherLogsPage;
class RecursiveFileSystemWatcher;
-class BaseInstance;
-
class OtherLogsPage : public QWidget, public BasePage
{
Q_OBJECT
public:
- explicit OtherLogsPage(BaseInstance *instance, QWidget *parent = 0);
+ explicit OtherLogsPage(QString path, QWidget *parent = 0);
~OtherLogsPage();
QString id() const override
@@ -66,7 +64,7 @@ private slots:
private:
Ui::OtherLogsPage *ui;
- BaseInstance *m_instance;
+ QString m_path;
RecursiveFileSystemWatcher *m_watcher;
QString m_currentFile;