summaryrefslogtreecommitdiff
path: root/src/backend/rendering/cbookdisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/rendering/cbookdisplay.h')
-rw-r--r--src/backend/rendering/cbookdisplay.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/backend/rendering/cbookdisplay.h b/src/backend/rendering/cbookdisplay.h
index be5ec9b..4bd5c22 100644
--- a/src/backend/rendering/cbookdisplay.h
+++ b/src/backend/rendering/cbookdisplay.h
@@ -26,21 +26,22 @@ namespace Rendering {
Sword.
*/
class CBookDisplay: public CEntryDisplay {
+
public: /* Methods: */
- virtual inline ~CBookDisplay() {}
- /** Reimplemented from CEntryDisplay. */
virtual const QString text(const QList<const CSwordModuleInfo*> &modules,
const QString &key,
const DisplayOptions &displayOptions,
const FilterOptions &filterOptions);
protected: /* Methods: */
+
void setupRenderTree(CSwordTreeKey *swordTree,
CTextRendering::KeyTree *renderTree,
const QString &highlightKey);
-};
-} // namespace Rendering
+}; /* class CBookDisplay */
+
+} /* namespace Rendering */
#endif