Guitar
Util.h
Go to the documentation of this file.
1 #ifndef UTIL_H
2 #define UTIL_H
3 
4 class QWidget;
5 
6 namespace platform {
7 
8 void createApplicationShortcut(QWidget *parent);
9 
10 }
11 
12 #endif // UTIL_H
Definition: platform.cpp:4
void createApplicationShortcut(QWidget *parent)
Definition: UnixUtil.cpp:14