mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -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
|
@ -84,6 +84,9 @@ FeedReaderPlugin::FeedReaderPlugin()
|
|||
mFeedReader = NULL;
|
||||
mNotify = NULL;
|
||||
mFeedNotify = NULL;
|
||||
|
||||
Q_INIT_RESOURCE(FeedReader_images);
|
||||
Q_INIT_RESOURCE(FeedReader_qss);
|
||||
}
|
||||
|
||||
void FeedReaderPlugin::setInterfaces(RsPlugInInterfaces &interfaces)
|
||||
|
@ -143,8 +146,6 @@ void FeedReaderPlugin::setPlugInHandler(RsPluginHandler *pgHandler)
|
|||
QIcon *FeedReaderPlugin::qt_icon() const
|
||||
{
|
||||
if (mIcon == NULL) {
|
||||
Q_INIT_RESOURCE(FeedReader_images);
|
||||
|
||||
mIcon = new QIcon(IMAGE_FEEDREADER);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue