fix for conflicting types of Display

This commit is contained in:
Joakim L. Gilje
2025-06-24 18:46:45 +02:00
parent 6a8eaf507c
commit 33cee0cc46
5 changed files with 11 additions and 3 deletions

View File

@@ -26,6 +26,8 @@
extern bool windows_is_light_theme();
#endif
using namespace VMManager;
VMManagerDetails::VMManagerDetails(QWidget *parent) :
QWidget(parent), ui(new Ui::VMManagerDetails) {
ui->setupUi(this);