1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Fixed exe icon for OS/2. Thanks to Elbert Pol.

- old .ico icons were too big (over 64K) and it failed
  to compile
This commit is contained in:
nowrep 2012-01-13 15:28:30 +01:00
parent b46ff8af48
commit d93407fd46
4 changed files with 5 additions and 4 deletions

View File

@ -1,2 +1,2 @@
ICON 1 "data\icons\exeicons\qupzilla.ico"
ICON 2 "data\icons\exeicons\page.ico"
ICON 1 "data\icons\exeicons\qupzilla_os2.ico"
ICON 2 "data\icons\exeicons\page_os2.ico"

Binary file not shown.

Binary file not shown.

View File

@ -35,9 +35,10 @@ class DesktopNotificationsFactory : public QObject
Q_OBJECT
public:
enum Type { DesktopNative, PopupWidget };
explicit DesktopNotificationsFactory(QObject* parent = 0);
void showNotifications(const QPixmap &icon, const QString &heading, const QString &text);
explicit DesktopNotificationsFactory(QObject* parent = 0);
void showNotifications(const QPixmap &icon, const QString &heading, const QString &text);
void nativeNotificationPreview();
signals: