- Allow to download plugins from their url

This commit is contained in:
Christophe Dumez
2007-09-11 19:31:21 +00:00
parent 4c880fea09
commit b7ea2fb51a
6 changed files with 130 additions and 4 deletions

View File

@@ -66,6 +66,8 @@ class engineSelectDlg : public QDialog, public Ui::engineSelect{
void dropEvent(QDropEvent *event);
void dragEnterEvent(QDragEnterEvent *event);
void installPlugin(QString plugin_path, QString plugin_name);
void askForLocalPlugin();
void askForPluginUrl();
#ifdef HAVE_ZZIP
void installZipPlugin(QString path);
#endif