12 lines
98 B
C
12 lines
98 B
C
#ifndef COMMON_H
|
|
#define COMMON_H
|
|
|
|
|
|
#include <QString>
|
|
|
|
|
|
QString rootPath();
|
|
|
|
|
|
#endif // COMMON_H
|