summaryrefslogtreecommitdiff
path: root/src/frontend/displaywindow/btmodulechooserbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/displaywindow/btmodulechooserbar.h')
-rw-r--r--src/frontend/displaywindow/btmodulechooserbar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frontend/displaywindow/btmodulechooserbar.h b/src/frontend/displaywindow/btmodulechooserbar.h
index 024bc08..2e09627 100644
--- a/src/frontend/displaywindow/btmodulechooserbar.h
+++ b/src/frontend/displaywindow/btmodulechooserbar.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.
*
**********/
@@ -33,12 +33,12 @@ class BtModuleChooserBar: public QToolBar, public BtWindowModuleChooser {
* The signal comes from the window, not from the backend. The new list can
* be shorter but not longer than the old list.
*/
- void slotBackendModulesChanged();
+ void slotBackendModulesChanged() override;
/**
* The window module list was changed, i.e. 1 module added, removed or replaced.
*/
- void slotWindowModulesChanged();
+ void slotWindowModulesChanged() override;
private:
/** Adds an empty button to the toolbar.*/