Fix iOS build

This commit is contained in:
Mykola Baibuz 2023-09-01 01:08:44 +03:00
parent 4e9f68acff
commit cacf74af3c
8 changed files with 15 additions and 18 deletions

View file

@ -1,9 +1,12 @@
#ifndef OSXUTIL_H
#define OSXUTIL_H
#ifndef Q_OS_IOS
#include <QDialog>
#include <QWidget>
void setDockIconVisible(bool visible);
void fixWidget(QWidget *widget);
#endif
#endif