refs #828, added HTML template

This commit is contained in:
Klaus Basan
2016-12-09 03:28:44 +01:00
parent d82c6bc44f
commit 8488909a44
4 changed files with 76 additions and 6 deletions

View File

@@ -106,6 +106,12 @@ namespace BlackConfig
//! Where images are located
static const QString &getImagesDir();
//! Where HTML files are located
static const QString &getHtmlDir();
//! Where HTML files are located
static const QString &getHtmlTemplateFileName();
//! Directory where data can be stored
static const QString &getDocumentationDirectory();