From c86822c2f47973528b3441d633b2b9df98ed465a Mon Sep 17 00:00:00 2001 From: Boris Barbulovski Date: Wed, 12 Feb 2014 15:22:54 +0100 Subject: Replace mainWindow() with MainWindow::instance() C++ style of accessing single instance class object. Signed-off-by: Boris Barbulovski Signed-off-by: Dirk Hohndel --- qt-ui/profile/profilewidget2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui/profile') diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp index cfe8e7f82..788c2808e 100644 --- a/qt-ui/profile/profilewidget2.cpp +++ b/qt-ui/profile/profilewidget2.cpp @@ -88,7 +88,7 @@ ProfileWidget2::ProfileWidget2(QWidget *parent) : #ifndef QT_NO_DEBUG QTableView *diveDepthTableView = new QTableView(); diveDepthTableView->setModel(dataModel); - mainWindow()->tabWidget()->addTab(diveDepthTableView, "Depth Model"); + MainWindow::instance()->tabWidget()->addTab(diveDepthTableView, "Depth Model"); #endif } -- cgit v1.2.3-70-g09d2