Set icon for "Open URL" action (Qt client)

This commit is contained in:
Mike Gelfand
2017-02-18 21:22:34 +03:00
parent bbc0d8c5e4
commit c77946e49a
7 changed files with 533 additions and 174 deletions

View File

@@ -25,6 +25,7 @@
class QAction;
class QIcon;
class QMenu;
class QStringList;
class AboutDialog;
class AddData;
@@ -87,6 +88,7 @@ class MainWindow: public QMainWindow
private:
QIcon getStockIcon (const QString&, int fallback = -1);
QIcon getStockIcon (const QString&, int fallback, const QStringList& emblemNames);
QSet<int> getSelectedTorrents (bool withMetadataOnly = false) const;
void updateNetworkIcon ();