summaryrefslogtreecommitdiff
path: root/src/frontend/display/cdisplay.h
diff options
context:
space:
mode:
authorTeus Benschop <teusjannette@gmail.com>2017-10-06 12:24:31 +0200
committerTeus Benschop <teusjannette@gmail.com>2017-10-06 12:24:31 +0200
commit90d2181239761f8950b95768d3b037843e9e8b50 (patch)
tree6cc667ab420cc04029de2de7e361d2305e214595 /src/frontend/display/cdisplay.h
parent1ea03c0fce8066c1e22188447b4a6ca4dcef1201 (diff)
New upstream version 2.11.0
Diffstat (limited to 'src/frontend/display/cdisplay.h')
-rw-r--r--src/frontend/display/cdisplay.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/frontend/display/cdisplay.h b/src/frontend/display/cdisplay.h
index de971d5..6650322 100644
--- a/src/frontend/display/cdisplay.h
+++ b/src/frontend/display/cdisplay.h
@@ -4,7 +4,7 @@
*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2014 by the BibleTime developers.
+* Copyright 1999-2016 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -61,7 +61,7 @@ class CDisplay {
/**
* Returns true if the display widget has a selection. Otherwise false.
*/
- virtual bool hasSelection() = 0;
+ virtual bool hasSelection() const = 0;
/**
* Returns the view of this display widget.
*/
@@ -157,10 +157,6 @@ class CDisplayConnections : public QObject {
private:
CDisplay* m_display;
- struct {
- QString module;
- QString key;
- } m_referenceClickedCache;
};
#endif