aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/logview/LogFile.h
diff options
context:
space:
mode:
authorGravatar Elvio Basello2011-04-21 21:46:35 +0000
committerGravatar Elvio Basello2011-04-21 21:46:35 +0000
commit47f21ab72c019c36a59cb99645bd51c1b7060fc9 (patch)
treece0671cab5c23eac23deaea99425cd977b4471d2 /src/modules/logview/LogFile.h
parentAdd a filename parameter to the log structure (diff)
downloadKVIrc-47f21ab72c019c36a59cb99645bd51c1b7060fc9.tar.gz
KVIrc-47f21ab72c019c36a59cb99645bd51c1b7060fc9.tar.bz2
KVIrc-47f21ab72c019c36a59cb99645bd51c1b7060fc9.zip
finished workin' on $log.export;
fixed typos git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5801 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/logview/LogFile.h')
-rw-r--r--src/modules/logview/LogFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/logview/LogFile.h b/src/modules/logview/LogFile.h
index 60c99b56f..a81f9e113 100644
--- a/src/modules/logview/LogFile.h
+++ b/src/modules/logview/LogFile.h
@@ -45,7 +45,7 @@ typedef struct _LogFileData
{
QString szName; /**< the name of the log */
QString szType; /**< the type of the log */
- QString szFileName;
+ QString szFile; /**< the name of the exported log */
} LogFileData;
/**