release 0.6.7 (see the debian changelog for a proper list of changes)
[fapman] / repoview.h
index ae14183..0b699f6 100644 (file)
@@ -41,7 +41,6 @@ public:
        void openWin();
        void closeEvent(QCloseEvent *event);
 
-#ifdef Q_WS_MAEMO_5            // workaround for buggy Qt autorotation
        void show() {
                if( !isVisible() ) {
                        /*
@@ -55,12 +54,13 @@ public:
                                        this->setAttribute( Qt::WA_Maemo5LandscapeOrientation );
                        }
                        */
+#ifdef Q_WS_MAEMO_5
                        this->setAttribute(Qt::WA_Maemo5StackedWindow);
                        this->setWindowFlags( Qt::Window );
+#endif
                }
                QMainWindow::show();
        }
-#endif
 
 
 protected:
@@ -77,6 +77,7 @@ private:
        AAptInterface* iAptInterface;
 
 private slots:
+       void on_actionRe_import_HAM_repo_settings_triggered();
        void on_listWidget_itemClicked(QListWidgetItem* item);
        void on_btnNew_clicked();
 };