diff options
| author | 2010-06-26 01:28:32 +0000 | |
|---|---|---|
| committer | 2010-06-26 01:28:32 +0000 | |
| commit | 01f27e10bbac962109588fec477ef92237cf569b (patch) | |
| tree | db9885fb1f36dbf2f9ec8395cf7fd39bf9598be7 /src/modules/addon/addonfunctions.h | |
| parent | update (diff) | |
| download | KVIrc-01f27e10bbac962109588fec477ef92237cf569b.tar.gz KVIrc-01f27e10bbac962109588fec477ef92237cf569b.tar.bz2 KVIrc-01f27e10bbac962109588fec477ef92237cf569b.zip | |
Rework the addon pack dialog.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4520 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/addon/addonfunctions.h')
| -rw-r--r-- | src/modules/addon/addonfunctions.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/modules/addon/addonfunctions.h b/src/modules/addon/addonfunctions.h index 4a5296d09..40ddbebd8 100644 --- a/src/modules/addon/addonfunctions.h +++ b/src/modules/addon/addonfunctions.h @@ -36,16 +36,6 @@ namespace KviAddonFunctions { bool notAValidAddonPackage(QString & szError); bool installAddonPackage(const QString & szAddonPackageFileName, QString & szError, QWidget * pDialogParent = 0); - void getAddonHtmlDescription( - QString & szBuffer, - const QString & szAddonName, - const QString & szAddonVersion, - const QString & szAddonDescription, - const QString & szAddonApplication, - const QString & szAddonAuthor, - const QString & szAddonDate, - const QString & szAddonAddonEngineVersion - ); QString createRandomDir(); } |
