summaryrefslogtreecommitdiff
path: root/src/frontend/displaywindow/creadwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/displaywindow/creadwindow.h')
-rw-r--r--src/frontend/displaywindow/creadwindow.h28
1 files changed, 8 insertions, 20 deletions
diff --git a/src/frontend/displaywindow/creadwindow.h b/src/frontend/displaywindow/creadwindow.h
index d00d4f0..2446e1e 100644
--- a/src/frontend/displaywindow/creadwindow.h
+++ b/src/frontend/displaywindow/creadwindow.h
@@ -1,8 +1,10 @@
/*********
*
+* In the name of the Father, and of the Son, and of the Holy Spirit.
+*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2011 by the BibleTime developers.
+* Copyright 1999-2014 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -19,15 +21,10 @@
class BtActionCollection;
class QResizeEvent;
-/** The base class for all read-only display windows.
- *
- * Inherits CDisplayWindow.
- *
- * Inherited by CLexiconReadWindow
- *
- * @author The BibleTime team
- */
-class CReadWindow : public CDisplayWindow {
+/**
+ \brief The base class for all read-only display windows.
+*/
+class CReadWindow: public CDisplayWindow {
Q_OBJECT
public:
@@ -36,15 +33,6 @@ class CReadWindow : public CDisplayWindow {
CReadWindow(QList<CSwordModuleInfo*> modules, CMDIArea* parent);
- /**
- * Store the settings of this window in the given CProfileWindow object.
- */
- virtual void storeProfileSettings(Profile::CProfileWindow * const settings);
- /**
- * Load the settings the given CProfileWindow object into this window.
- */
- virtual void applyProfileSettings(Profile::CProfileWindow * const settings);
-
protected:
/**
* Sets the display widget of this display window.
@@ -72,7 +60,7 @@ class CReadWindow : public CDisplayWindow {
* Update the status of the popup menu entries.
*/
virtual void copyDisplayedText();
- /**
+ /**
* Open the search dialog with the strong info of the last clicked word.
*/
void openSearchStrongsDialog();