summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 045287cb..cdb7151d 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -73,7 +73,10 @@ private:
void setupHistoryMenu();
void setupToolBars();
void setupSidePanel();
- SidePanel *sidePanel() { return m_sidePanel; }
+ SidePanel *sidePanel()
+ {
+ return m_sidePanel;
+ }
public slots:
void slotHome();