mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
16 lines
251 B
C
16 lines
251 B
C
/*
|
|
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();
|
|
void sh_delay(int ms);
|
|
|
|
#endif
|