mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Add version label to Oracle Importer (#2818)
This commit is contained in:
parent
6b1ea9186a
commit
7c8daf68ea
2 changed files with 5 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ private:
|
|||
QStringList findQmFiles();
|
||||
QString languageName(const QString &qmFile);
|
||||
private:
|
||||
QLabel *label, *languageLabel;
|
||||
QLabel *label, *languageLabel, *versionLabel;
|
||||
QComboBox *languageBox;
|
||||
private slots:
|
||||
void languageBoxChanged(int index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue