summaryrefslogtreecommitdiff
path: root/src/bibletime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bibletime.h')
-rw-r--r--src/bibletime.h20
1 files changed, 2 insertions, 18 deletions
diff --git a/src/bibletime.h b/src/bibletime.h
index f35be23..22faac2 100644
--- a/src/bibletime.h
+++ b/src/bibletime.h
@@ -15,7 +15,6 @@
#include <QList>
#include "frontend/displaywindow/cdisplaywindow.h"
#include "frontend/displaywindow/cwritewindow.h"
-#include "frontend/profile/cprofile.h"
#include "frontend/profile/cprofilemgr.h"
#include <QSignalMapper>
#ifdef BT_DEBUG
@@ -137,18 +136,6 @@ class BibleTime : public QMainWindow {
static inline BibleTime *instance() { return m_instance; }
/**
- * Reads the settings from the configfile and sets the right properties.
- */
- void readSettings();
- /**
- * Saves the settings of this class
- */
- void saveSettings();
- /**
- * Restores the workspace if the flaf for this is set in the config.
- */
- void restoreWorkspace();
- /**
* Apply the settings given by the profile p
*/
void applyProfileSettings( Profile::CProfile* p );
@@ -296,7 +283,7 @@ class BibleTime : public QMainWindow {
/**
* Refreshes all presenter supporting at least in of the features given as parameter.
*/
- void refreshDisplayWindows();
+ void refreshDisplayWindows() const;
/**
* Refresh main window accelerators
*/
@@ -441,9 +428,6 @@ class BibleTime : public QMainWindow {
private:
static BibleTime *m_instance;
- // True if window was maximized before last toggle to full screen.
- bool m_WindowWasMaximizedBeforeFullScreen;
-
// Docking widgets and their respective content widgets:
BtBookshelfDockWidget* m_bookshelfDock;
QDockWidget* m_bookmarksDock;
@@ -464,11 +448,11 @@ class BibleTime : public QMainWindow {
// View menu:
QMenu *m_viewMenu;
- QAction* m_viewToolbarAction;
QAction *m_showBookshelfAction;
QAction *m_showBookmarksAction;
QAction *m_showMagAction;
QMenu *m_toolBarsMenu;
+ QAction* m_showMainWindowToolbarAction;
QAction *m_showTextAreaHeadersAction;
QAction *m_showTextWindowNavigationAction;
QAction *m_showTextWindowModuleChooserAction;