mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-01 20:52:05 -04:00
Little design improvements for Plugin Item
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4749 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3ac5ead40e
commit
f6678263f9
4 changed files with 145 additions and 142 deletions
|
@ -38,8 +38,12 @@ class PluginItem: public QWidget, public Ui::PluginItem
|
|||
void pluginEnabled(bool,const QString&) ;
|
||||
void pluginConfigure(int) ;
|
||||
|
||||
private slots:
|
||||
void on_moreinfo_label_linkActivated(QString link);
|
||||
|
||||
private:
|
||||
int _id ;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue