Update EmuThread.h (#2171)

* Update EmuThread.h

Add missing include QVariant. This fixes and error when building on Arch.

* Update AboutDialog.cpp
This commit is contained in:
Citrodata
2024-10-26 23:03:36 +02:00
committed by GitHub
parent 1d284f6f1e
commit f375099613
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "AboutDialog.h"
#include <QDesktopServices>
#include <QUrl>
#include "ui_AboutDialog.h"