9 lines
134 B
C
9 lines
134 B
C
#ifndef GLOBAL_VARIABLES_H
|
|
#define GLOBAL_VARIABLES_H
|
|
|
|
#include <QString>
|
|
|
|
extern QString g_user_theme;
|
|
|
|
#endif // GLOBAL_VARIABLES_H
|