mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
switched all explicit pixmap from files to shared FilesDefs::getPixmapFromQtResourcePath()
This commit is contained in:
parent
f8989ce944
commit
76511479af
90 changed files with 275 additions and 225 deletions
|
@ -23,10 +23,11 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <retroshare-gui/configpage.h>
|
||||
#include "retroshare-gui/configpage.h"
|
||||
#include "ui_MessagePage.h"
|
||||
|
||||
#include "gui/msgs/MessageInterface.h"
|
||||
#include "gui/common/FilesDefs.h"
|
||||
|
||||
class MessagePage : public ConfigPage
|
||||
{
|
||||
|
@ -39,7 +40,7 @@ public:
|
|||
/** Loads the settings for this page */
|
||||
virtual void load();
|
||||
|
||||
virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/messages.svg") ; }
|
||||
virtual QPixmap iconPixmap() const { return FilesDefs::getPixmapFromQtResourcePath(":/icons/settings/messages.svg") ; }
|
||||
virtual QString pageName() const { return tr("Mail") ; }
|
||||
virtual QString helpText() const { return ""; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue