From 34ddfc7ecc2b0450b3d501e65cb4203ac747ed42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 11 May 2015 22:21:37 +0200 Subject: GH-1053 base process and launch refactor, part 1 --- application/pages/LogPage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'application/pages/LogPage.h') diff --git a/application/pages/LogPage.h b/application/pages/LogPage.h index 0cbf3d23..a420a75f 100644 --- a/application/pages/LogPage.h +++ b/application/pages/LogPage.h @@ -18,7 +18,7 @@ #include #include "BaseInstance.h" -#include "BaseProcess.h" +#include "BaseLauncher.h" #include "BasePage.h" #include @@ -33,7 +33,7 @@ class LogPage : public QWidget, public BasePage Q_OBJECT public: - explicit LogPage(BaseProcess *proc, QWidget *parent = 0); + explicit LogPage(BaseLauncher *proc, QWidget *parent = 0); virtual ~LogPage(); virtual QString displayName() const override { @@ -77,7 +77,7 @@ private slots: private: Ui::LogPage *ui; - BaseProcess *m_process; + BaseLauncher *m_process; int m_last_scroll_value = 0; bool m_scroll_active = true; int m_saved_offset = 0; -- cgit v1.2.3