mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
9 lines
113 B
C
9 lines
113 B
C
#ifndef COMMON_GUI_H
|
|
#define COMMON_GUI_H
|
|
|
|
#include <QLocale>
|
|
|
|
Qt::DayOfWeek firstDayOfWeekFromLocale();
|
|
|
|
#endif
|