summaryrefslogtreecommitdiff
path: root/src/backend/rendering/cchapterdisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/rendering/cchapterdisplay.h')
-rw-r--r--src/backend/rendering/cchapterdisplay.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/backend/rendering/cchapterdisplay.h b/src/backend/rendering/cchapterdisplay.h
index cf00adf..916f257 100644
--- a/src/backend/rendering/cchapterdisplay.h
+++ b/src/backend/rendering/cchapterdisplay.h
@@ -22,14 +22,14 @@ namespace Rendering {
class CChapterDisplay : public CEntryDisplay {
-public: // Public methods
- virtual ~CChapterDisplay() {}
-
- /**
- * Returns the rendered text using the modules in the list and using the key parameter.
- * The displayoptions and filter options are used, too.
- */
- virtual const QString text( const QList<CSwordModuleInfo*>& modules, const QString& key, const CSwordBackend::DisplayOptions displayOptions, const CSwordBackend::FilterOptions filterOptions);
+ public: // Public methods
+ virtual ~CChapterDisplay() {}
+
+ /**
+ * Returns the rendered text using the modules in the list and using the key parameter.
+ * The displayoptions and filter options are used, too.
+ */
+ virtual const QString text( const QList<CSwordModuleInfo*>& modules, const QString& key, const CSwordBackend::DisplayOptions displayOptions, const CSwordBackend::FilterOptions filterOptions);
};
}