mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
Added stylesheet to plugins.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8563 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
686fec496f
commit
3a71b8b662
14 changed files with 101 additions and 33 deletions
|
@ -43,6 +43,7 @@ class VOIPPlugin: public RsPlugin
|
|||
virtual ChatWidgetHolder *qt_get_chat_widget_holder(ChatWidget *chatWidget) const ;
|
||||
|
||||
virtual QIcon *qt_icon() const;
|
||||
virtual std::string qt_stylesheet() { return "VOIP"; }
|
||||
virtual QTranslator *qt_translator(QApplication *app, const QString& languageCode, const QString& externalDir) const;
|
||||
virtual void qt_sound_events(SoundEvents &events) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue