mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01: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:
parent
b46ff8af48
commit
d93407fd46
|
@ -1,2 +1,2 @@
|
||||||
ICON 1 "data\icons\exeicons\qupzilla.ico"
|
ICON 1 "data\icons\exeicons\qupzilla_os2.ico"
|
||||||
ICON 2 "data\icons\exeicons\page.ico"
|
ICON 2 "data\icons\exeicons\page_os2.ico"
|
||||||
|
|
BIN
src/data/icons/exeicons/page_os2.ico
Normal file
BIN
src/data/icons/exeicons/page_os2.ico
Normal file
Binary file not shown.
BIN
src/data/icons/exeicons/qupzilla_os2.ico
Normal file
BIN
src/data/icons/exeicons/qupzilla_os2.ico
Normal file
Binary file not shown.
|
@ -35,9 +35,10 @@ class DesktopNotificationsFactory : public QObject
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
enum Type { DesktopNative, PopupWidget };
|
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();
|
void nativeNotificationPreview();
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user