mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +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
|