summaryrefslogtreecommitdiffstats
path: root/examples/uml
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-10-28 16:17:24 -0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-28 20:13:49 +0100
commit7d844309f856ae472fa16393880e775e865a7ff0 (patch)
tree0f155318dd24d05a67d03af2aec80be746dae63d /examples/uml
parent43d412b0c2b91f0dd42e49a5a2c60fc27d6ba27a (diff)
Add missing QT_BEGIN/END_NAMESPACE in model .cpp files
Change-Id: I4100ce6c40eccd0a3234392a4af59373c9bf5f37 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'examples/uml')
-rw-r--r--examples/uml/duse-mt/src/app/shell/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/uml/duse-mt/src/app/shell/mainwindow.cpp b/examples/uml/duse-mt/src/app/shell/mainwindow.cpp
index 5ec670fc..89b0d923 100644
--- a/examples/uml/duse-mt/src/app/shell/mainwindow.cpp
+++ b/examples/uml/duse-mt/src/app/shell/mainwindow.cpp
@@ -426,6 +426,7 @@ void MainWindow::evaluateQualityMetrics()
void MainWindow::populateDesignSpaceView(QModelingElement *modelingObject)
{
+ Q_UNUSED(modelingObject);
// QDuseDesignSpace *designSpace = qobject_cast<QDuseDesignSpace *>(modelingObject);
// ui->tblDesignSpace->setRowCount(0);
// int row = 0;