mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 03:30:44 +00:00
11 lines
139 B
C
11 lines
139 B
C
|
#ifndef COMMON_GUI_H
|
||
|
#define COMMON_GUI_H
|
||
|
|
||
|
//#if QT_VERSION
|
||
|
#include <QLocale>
|
||
|
|
||
|
Qt::DayOfWeek firstDayOfWeekFromLocale();
|
||
|
//#endif
|
||
|
|
||
|
#endif
|