Files

13 lines
182 B
C
Raw Permalink Normal View History

2021-01-03 23:55:04 +03:00
#ifndef OSXUTIL_H
#define OSXUTIL_H
2023-09-01 01:08:44 +03:00
#ifndef Q_OS_IOS
2021-01-03 23:55:04 +03:00
#include <QDialog>
#include <QWidget>
2021-01-03 23:55:04 +03:00
2021-01-16 21:04:16 +03:00
void setDockIconVisible(bool visible);
2021-01-03 23:55:04 +03:00
void fixWidget(QWidget *widget);
2023-09-01 01:08:44 +03:00
#endif
2021-01-03 23:55:04 +03:00
#endif