summarylogtreecommitdiffstats
path: root/dbmodel-0.3-qt-4.6.patch
diff options
context:
space:
mode:
authorAndreas Baumann2024-01-28 12:12:55 +0100
committerAndreas Baumann2024-01-28 12:12:55 +0100
commit7d60c4193b5c0ee9237061f77a6e5f2d35ec09a1 (patch)
treec40e5ce2ecaf66182417fa3bee51da864f1c636e /dbmodel-0.3-qt-4.6.patch
parent1f12b30802d415946882fd6dab2525e96d08948c (diff)
downloadaur-dbmodel.tar.gz
updated to use qt5
Diffstat (limited to 'dbmodel-0.3-qt-4.6.patch')
-rw-r--r--dbmodel-0.3-qt-4.6.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dbmodel-0.3-qt-4.6.patch b/dbmodel-0.3-qt-4.6.patch
deleted file mode 100644
index 3f969fbd96ae..000000000000
--- a/dbmodel-0.3-qt-4.6.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Nur -x dbmodel.pro.user dbmodel-0.3.orig/src/items/database/databasetable.cpp dbmodel-0.3/src/items/database/databasetable.cpp
---- dbmodel-0.3.orig/src/items/database/databasetable.cpp 2010-01-24 18:34:48.000000000 +1000
-+++ dbmodel-0.3/src/items/database/databasetable.cpp 2010-02-20 02:27:25.203332050 +1000
-@@ -30,6 +30,11 @@
- {
- setFlag(ItemIsMovable);
- setFlag(ItemIsSelectable);
-+#if QT_VERSION >= 0x040600
-+ // This flag was introduced in Qt 4.6.0
-+ // see Assistant for additional info
-+ setFlag(ItemSendsGeometryChanges);
-+#endif
- setHub(new BoxSideHub(this));
- m_color = Qt::white;
- m_columnList = new ColumnList(this);