aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/logview/LogViewWindow.h
diff options
context:
space:
mode:
authorGravatar Elvio Basello2011-04-21 20:55:11 +0000
committerGravatar Elvio Basello2011-04-21 20:55:11 +0000
commit06d84e592a226a7df83be55ad7150ff31d92d6bc (patch)
tree1874b002c3cf23596190d2a1d0e50f54f13e5e83 /src/modules/logview/LogViewWindow.h
parentremoved useless pointer (diff)
downloadKVIrc-06d84e592a226a7df83be55ad7150ff31d92d6bc.tar.gz
KVIrc-06d84e592a226a7df83be55ad7150ff31d92d6bc.tar.bz2
KVIrc-06d84e592a226a7df83be55ad7150ff31d92d6bc.zip
more work on $log.export (wip)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5797 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/logview/LogViewWindow.h')
-rw-r--r--src/modules/logview/LogViewWindow.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/modules/logview/LogViewWindow.h b/src/modules/logview/LogViewWindow.h
index c0b06027a..5a2748130 100644
--- a/src/modules/logview/LogViewWindow.h
+++ b/src/modules/logview/LogViewWindow.h
@@ -101,18 +101,18 @@ protected:
bool m_bAborted;
QTimer * m_pTimer;
KviTalPopupMenu * m_pExportLogPopup;
-protected:
- void recurseDirectory(const QString & szDir);
- void setupItemList();
-
-
+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 iId The id of the item in the popup
+ * \param pszFile The buffer where to store the exported log name
* \return void
*/
- void createLog(LogFile * pLog, int iId);
+ void createLog(LogFile * pLog, int iId, QString * pszFile = 0);
+protected:
+ void recurseDirectory(const QString & szDir);
+ void setupItemList();
virtual QPixmap * myIconPtr();
virtual void resizeEvent(QResizeEvent * pEvent);