aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/logview/LogViewWindow.h
diff options
context:
space:
mode:
authorGravatar OmegaPhil2014-11-22 14:56:00 +0000
committerGravatar OmegaPhil2014-11-22 14:56:00 +0000
commitf9aec8943558f3fa01c6251bed1c3acd23936233 (patch)
tree696c2f5b627a4f862843203ca41bc320418e5857 /src/modules/logview/LogViewWindow.h
parent- massive trailing whitespace cleanup (yes, one of these "you can hate me for... (diff)
downloadKVIrc-f9aec8943558f3fa01c6251bed1c3acd23936233.tar.gz
KVIrc-f9aec8943558f3fa01c6251bed1c3acd23936233.tar.bz2
KVIrc-f9aec8943558f3fa01c6251bed1c3acd23936233.zip
Work around Qt4 bug to actually export a logfile to the temprary
directory Part of https://svn.kvirc.de/kvirc/ticket/934 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6399 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/logview/LogViewWindow.h')
-rw-r--r--src/modules/logview/LogViewWindow.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/modules/logview/LogViewWindow.h b/src/modules/logview/LogViewWindow.h
index 58c485654..ed2d82ade 100644
--- a/src/modules/logview/LogViewWindow.h
+++ b/src/modules/logview/LogViewWindow.h
@@ -104,13 +104,14 @@ protected:
public:
/**
* \brief Exports the log and creates the file in the selected format
- * \param pLog The log file associated to the item selected in the popup
+ * \param pLog The log file associated with the item selected in the popup
* \param iId The id of the item in the popup
- * \param pszFile The buffer where to store the exported log name
+ * \param pszFile The buffer to store the exported log name
* \return void
*/
void createLog(LogFile * pLog, int iId, QString * pszFile = 0);
protected:
+ void exportLog(int iId);
void recurseDirectory(const QString & szDir);
void setupItemList();
@@ -128,7 +129,7 @@ protected slots:
void abortFilter();
void cacheFileList();
void filterNext();
- void exportLog(int iId);
+ void exportLog(QAction * pAction);
};
#endif //_LOGVIEWWINDOW_H_