Internal
Public Access
9 lines
114 B
C
9 lines
114 B
C
#ifndef ORBITHUB_APP_ICON_H
|
|
#define ORBITHUB_APP_ICON_H
|
|
|
|
#include <QIcon>
|
|
|
|
QIcon createOrbitHubAppIcon();
|
|
|
|
#endif
|