OSCAR-code/common_gui.h

11 lines
139 B
C
Raw Normal View History

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