Commit fbe79303 authored by Don Gagne's avatar Don Gagne

Fix unused variable warning

parent 1fb6b144
...@@ -796,6 +796,7 @@ void MainWindow::closeEvent(QCloseEvent *event) ...@@ -796,6 +796,7 @@ void MainWindow::closeEvent(QCloseEvent *event)
// Should not be any active connections // Should not be any active connections
foreach(LinkInterface* link, LinkManager::instance()->getLinks()) { foreach(LinkInterface* link, LinkManager::instance()->getLinks()) {
Q_UNUSED(link);
Q_ASSERT(!link->isConnected()); Q_ASSERT(!link->isConnected());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment