mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-29 17:19:54 -06:00
heh
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
|
||||
#include <QDialog>
|
||||
#include <QMessageBox>
|
||||
#include <QButtonGroup>
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
@ -87,10 +88,13 @@ public:
|
||||
~TitleImportDialog();
|
||||
|
||||
private slots:
|
||||
//
|
||||
void on_btnAppBrowse_clicked();
|
||||
void on_btnTmdBrowse_clicked();
|
||||
|
||||
private:
|
||||
Ui::TitleImportDialog* ui;
|
||||
|
||||
QButtonGroup* grpTmdSource;
|
||||
};
|
||||
|
||||
#endif // TITLEMANAGERDIALOG_H
|
||||
|
Reference in New Issue
Block a user