17 lines
459 B
C
17 lines
459 B
C
|
/******************************************************************************
|
||
|
* 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
|