summaryrefslogtreecommitdiff
path: root/databasemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'databasemodel.cpp')
-rw-r--r--databasemodel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/databasemodel.cpp b/databasemodel.cpp
index fba80ca..b93bd1d 100644
--- a/databasemodel.cpp
+++ b/databasemodel.cpp
@@ -26,9 +26,6 @@
DatabaseModel::DatabaseModel(QObject *parent)
: QGraphicsScene(parent), m_line(NULL)
{
- QFont font("Sans");
- font.setPointSize(9);
- setFont(font);
connect(this, SIGNAL(tableMoved(DatabaseTable *)), SLOT(updatePositions(DatabaseTable *)));
}