qskinny/src/inputpanel/QskInputPanel.h

17 lines
459 B
C
Raw Normal View History

2018-04-06 15:30:24 +00:00
/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* This file may be used under the terms of the QSkinny License, Version 1.0
*****************************************************************************/
#ifndef QSK_INPUT_PANEL_H
#define QSK_INPUT_PANEL_H
#include "QskGlobal.h"
class QLocale;
class QString;
QSK_EXPORT QString qskNativeLocaleString( const QLocale& );
#endif