summaryrefslogtreecommitdiff
path: root/src/mobile/ui/treechoosermodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobile/ui/treechoosermodel.h')
-rw-r--r--src/mobile/ui/treechoosermodel.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/mobile/ui/treechoosermodel.h b/src/mobile/ui/treechoosermodel.h
index c1575ae..6ae670c 100644
--- a/src/mobile/ui/treechoosermodel.h
+++ b/src/mobile/ui/treechoosermodel.h
@@ -1,3 +1,15 @@
+/*********
+*
+* 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-2016 by the BibleTime developers.
+* The BibleTime source code is licensed under the GNU General Public License
+* version 2.0.
+*
+**********/
+
#ifndef TREE_CHOOSER_MODEL_H
#define TREE_CHOOSER_MODEL_H
@@ -13,7 +25,7 @@ public:
};
TreeChooserModel(QObject *parent = 0);
- QHash<int, QByteArray> TreeChooserModel::roleNames() const;
+ QHash<int, QByteArray> roleNames() const;
};