Remove the DiveList from the mainwindow.ui

It's now set up from the mainwindow.cpp file.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-02-09 18:27:59 -02:00 committed by Dirk Hohndel
parent c69aab04f4
commit cf4d55c470
15 changed files with 32 additions and 29 deletions

View file

@ -8,6 +8,7 @@
#include "printdialog.h"
#include "printlayout.h"
#include "modeldelegates.h"
#include "models.h"
PrintLayout::PrintLayout(PrintDialog *dialogPtr, QPrinter *printerPtr, struct print_options *optionsPtr)
{