Some UI appearance improvements.

This commit is contained in:
Adam Ierymenko 2013-12-17 18:40:01 -08:00
commit a388830983
5 changed files with 12 additions and 42 deletions

View file

@ -15,9 +15,6 @@ public:
explicit AboutWindow(QWidget *parent = 0);
virtual ~AboutWindow();
private slots:
void on_uninstallButton_clicked();
private:
Ui::AboutWindow *ui;
};