diff options
| author | 2011-04-21 20:07:42 +0000 | |
|---|---|---|
| committer | 2011-04-21 20:07:42 +0000 | |
| commit | 9a20d15b006ad88ff4661debbd7c45b7dad61b3f (patch) | |
| tree | d5fa7ea457b92fab50ebd10d240f311e67d7a125 /src/modules/addon/PackAddonDialog.h | |
| parent | drop windows2000 from the officially supported os (diff) | |
| download | KVIrc-9a20d15b006ad88ff4661debbd7c45b7dad61b3f.tar.gz KVIrc-9a20d15b006ad88ff4661debbd7c45b7dad61b3f.tar.bz2 KVIrc-9a20d15b006ad88ff4661debbd7c45b7dad61b3f.zip | |
removed useless pointer
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5796 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/addon/PackAddonDialog.h')
| -rw-r--r-- | src/modules/addon/PackAddonDialog.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/addon/PackAddonDialog.h b/src/modules/addon/PackAddonDialog.h index 5819a8186..0d70d6ca1 100644 --- a/src/modules/addon/PackAddonDialog.h +++ b/src/modules/addon/PackAddonDialog.h @@ -101,10 +101,9 @@ protected: /** * \brief Ensures the sources directory is complete * \param pszError The buffer containing errors - * \param pszWarning The buffer containing warnings * \return bool */ - bool checkDirTree(QString * pszError, QString * pszWarning); + bool checkDirTree(QString * pszError); /** * \brief Creates the installer file |
