From 06d84e592a226a7df83be55ad7150ff31d92d6bc Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Thu, 21 Apr 2011 20:55:11 +0000 Subject: more work on $log.export (wip) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5797 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/logview/LogViewWindow.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/modules/logview/LogViewWindow.h') 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); -- cgit v1.3.1-10-gc9f91