1
0
mirror of https://gitlab.com/pholy/OSCAR-code.git synced 2025-04-11 08:10:49 +00:00
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