summaryrefslogtreecommitdiff
path: root/quacker/quacker.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-08-07 14:37:02 -0400
committerpommicket <pommicket@gmail.com>2025-08-07 14:37:02 -0400
commit0b60755eb7c38ae2995690f57ce405b5f0052f0f (patch)
treed02420f60eb56e34610fefd7e5db7dab8c5c30d3 /quacker/quacker.h
parentc68ac871c73ff4c76246fc49465f53f8befef92f (diff)
Add macondo tab, run process
Diffstat (limited to 'quacker/quacker.h')
-rw-r--r--quacker/quacker.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/quacker/quacker.h b/quacker/quacker.h
index 83813c7..cb47023 100644
--- a/quacker/quacker.h
+++ b/quacker/quacker.h
@@ -70,6 +70,7 @@ class QuackerSettings;
class Settings;
class SimViewer;
class View;
+class Macondo;
class TopLevel : public QMainWindow
{
@@ -313,7 +314,7 @@ private:
QVBoxLayout *m_leftSideLayout;
- enum TabIndex { HistoryTabIndex = 0, ChoicesTabIndex = 1, SettingsTabIndex = 2};
+ enum TabIndex { HistoryTabIndex = 0, ChoicesTabIndex = 1, SettingsTabIndex = 2, MacondoTabIndex = 3 };
QTabWidget *m_tabWidget;
HistoryView *m_history;
@@ -325,6 +326,7 @@ private:
QFrame *m_frameWidget;
Settings *m_settings;
+ Macondo *m_macondo;
ListerDialog *m_listerDialog;
void updateListerDialogWithRack();