mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 09:54:16 +08:00
refs #403 add BlackGui shared library build
This commit is contained in:
@@ -12,12 +12,13 @@
|
||||
#ifndef BLACKGUI_UPPERCASEVALIDATOR_H
|
||||
#define BLACKGUI_UPPERCASEVALIDATOR_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include <QValidator>
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
//! Forces uppercase
|
||||
class CUpperCaseValidator : public QValidator
|
||||
class BLACKGUI_EXPORT CUpperCaseValidator : public QValidator
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user