Fix CLI args

This commit is contained in:
SimoneN64
2024-08-16 00:02:14 +02:00
parent 154f39de6d
commit a4e6227af2
6 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ class KaizenQt : public QWidget {
Q_OBJECT
public:
KaizenQt() noexcept;
void LoadTAS(const QString& path) noexcept;
void LoadTAS(const QString& path) const noexcept;
void LoadROM(const QString& path) noexcept;
void dropEvent(QDropEvent*) override;
void dragEnterEvent(QDragEnterEvent*) override;