Browse Source

Fixed win compile error.

QGC4.4
Lorenz Meier 12 years ago
parent
commit
6a6a8665e5
  1. 10
      src/ui/main/QGCWelcomeMainWindow.cc
  2. 1
      src/ui/main/QGCWelcomeMainWindow.h

10
src/ui/main/QGCWelcomeMainWindow.cc

@ -47,13 +47,3 @@ QGCWelcomeMainWindow::~QGCWelcomeMainWindow() @@ -47,13 +47,3 @@ QGCWelcomeMainWindow::~QGCWelcomeMainWindow()
delete ui;
delete viewModeSelection;
}
enum MainWindow::CUSTOM_MODE QGCWelcomeMainWindow::getCustomMode()
{
// QGCViewModeSelection* s = new QGCViewModeSelection(this);
// setCentralWidget(s);
// show();
// enum MainWindow::CUSTOM_MODE mode = MainWindow::CUSTOM_MODE_WIFI;// = s->waitForInput();
// delete s;
// return mode;
}

1
src/ui/main/QGCWelcomeMainWindow.h

@ -17,7 +17,6 @@ public: @@ -17,7 +17,6 @@ public:
explicit QGCWelcomeMainWindow(QWidget *parent = 0);
~QGCWelcomeMainWindow();
enum MainWindow::CUSTOM_MODE getCustomMode();
bool getStoreSettings()
{
return storeSettings;

Loading…
Cancel
Save