mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-27 10:18:14 +00:00
13 lines
180 B
C
13 lines
180 B
C
#ifndef OSXUTIL_H
|
|
#define OSXUTIL_H
|
|
|
|
#ifndef Q_OS_IOS
|
|
#include <QDialog>
|
|
#include <QWidget>
|
|
|
|
void setDockIconVisible(bool visible);
|
|
void fixWidget(QWidget *widget);
|
|
#endif
|
|
|
|
#endif
|