OSCAR-code/common_gui.h

15 lines
228 B
C
Raw Normal View History

/*
Common GUI Functions Header
Copyright (c)2011 Mark Watkins <jedimark@users.sourceforge.net>
License: GPL
*/
#ifndef COMMON_GUI_H
#define COMMON_GUI_H
#include <QLocale>
Qt::DayOfWeek firstDayOfWeekFromLocale();
#endif