aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Robert Förster2013-03-26 09:20:57 +0000
committerGravatar Robert Förster2013-03-26 09:20:57 +0000
commit28297f05e938ae7c8a49f7caa58ca426626174f5 (patch)
treecbb23e9d064c68dbb18aa5e80551e89560d6fde5 /src/modules
parentFix help of functions in $objects. Thanks to alexzulu for the patch. (diff)
downloadKVIrc-28297f05e938ae7c8a49f7caa58ca426626174f5.tar.gz
KVIrc-28297f05e938ae7c8a49f7caa58ca426626174f5.tar.bz2
KVIrc-28297f05e938ae7c8a49f7caa58ca426626174f5.zip
some warning fixes for sunpro, and a compile fix, sunpro is still dumb and broken but its a start
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6322 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
-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 */
};
/**