1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-05 08:26:28 +00:00

Make a prima facie attempt to adapt the Qt build.

This commit is contained in:
Thomas Harte
2021-06-06 20:47:25 -04:00
parent f27e331462
commit 4a2673d757
2 changed files with 36 additions and 56 deletions

View File

@@ -60,7 +60,7 @@ class MainWindow : public QMainWindow, public Outputs::Speaker::Speaker::Delegat
void launchMachine();
QString romRequestBaseText;
std::vector<ROMMachine::ROM> missingRoms;
ROM::Request missingRoms;
// File drag and drop is supported.
void dragEnterEvent(QDragEnterEvent* event) override;