aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/logview/LogFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/logview/LogFile.h')
-rw-r--r--src/modules/logview/LogFile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/logview/LogFile.h b/src/modules/logview/LogFile.h
index a81f9e113..7a8cafebc 100644
--- a/src/modules/logview/LogFile.h
+++ b/src/modules/logview/LogFile.h
@@ -70,7 +70,7 @@ public:
Console = 1, /**< the log file of a console */
Query = 2, /**< the log file of a query */
DccChat = 3, /**< the log file of a dcc chat */
- Other = 4, /**< any other log file */
+ Other = 4 /**< any other log file */
};
/**
@@ -79,9 +79,9 @@ public:
*/
enum ExportType {
PlainText, /**< export log in plain text file */
- HTML, /**< export log in a HTML archive */
- //XML, /**< export log in a XML file */
- //DB /**< export log in a database file */
+ HTML /**< export log in a HTML archive */
+ //XML /**< export log in a XML file */
+ //DB /**< export log in a database file */
};
/**