1
0
mirror of https://gitlab.com/pholy/OSCAR-code.git synced 2025-04-14 17:50:44 +00:00
OSCAR-code/common_gui.h
2011-11-16 08:02:10 +10:00

9 lines
113 B
C

#ifndef COMMON_GUI_H
#define COMMON_GUI_H
#include <QLocale>
Qt::DayOfWeek firstDayOfWeekFromLocale();
#endif