OSCAR-code/common_gui.h

9 lines
113 B
C
Raw Normal View History

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