- Update to gmic-2.3.0 * https://discuss.pixls.us/t/release-of-gmic-2-3-0/ - Remove gmic-qt-2.2.2-Use-HiDPI-icons.patch - Added gmic-2.3.0-add-cmake-for-qt.patch OBS-URL: https://build.opensuse.org/request/show/618329 OBS-URL: https://build.opensuse.org/package/show/graphics/gmic?expand=0&rev=10
13 lines
441 B
Diff
13 lines
441 B
Diff
Index: gmic-2.3.0/zart/src/MainWindow.cpp
|
|
===================================================================
|
|
--- gmic-2.3.0.orig/zart/src/MainWindow.cpp 2018-06-21 10:21:03.000000000 +0200
|
|
+++ gmic-2.3.0/zart/src/MainWindow.cpp 2018-06-21 15:57:19.706747707 +0200
|
|
@@ -72,6 +72,7 @@
|
|
#include <QGridLayout>
|
|
#include <QMessageBox>
|
|
#include <QTreeWidgetItemIterator>
|
|
+#include <QButtonGroup>
|
|
|
|
#include "Common.h"
|
|
#include "DialogAbout.h"
|