aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/logview/LogFile.h
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2011-04-21 21:21:31 +0000
committerGravatar Szymon Tomasz Stefanek2011-04-21 21:21:31 +0000
commit053a1b6587e0e4097fa3b032277c3c266feea740 (patch)
tree5dec8bc0f04bf359c88a954ffb8d63f21d3ea2a7 /src/modules/logview/LogFile.h
parentfixed typo (diff)
downloadKVIrc-053a1b6587e0e4097fa3b032277c3c266feea740.tar.gz
KVIrc-053a1b6587e0e4097fa3b032277c3c266feea740.tar.bz2
KVIrc-053a1b6587e0e4097fa3b032277c3c266feea740.zip
Add a filename parameter to the log structure
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5800 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/logview/LogFile.h')
-rw-r--r--src/modules/logview/LogFile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/logview/LogFile.h b/src/modules/logview/LogFile.h
index e4175e729..60c99b56f 100644
--- a/src/modules/logview/LogFile.h
+++ b/src/modules/logview/LogFile.h
@@ -45,6 +45,7 @@ typedef struct _LogFileData
{
QString szName; /**< the name of the log */
QString szType; /**< the type of the log */
+ QString szFileName;
} LogFileData;
/**