summarylogtreecommitdiffstats
path: root/dbmodel-0.3-qt-4.6.patch
diff options
context:
space:
mode:
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);