first push
This commit is contained in:
12
APP/APP_UIWindow_Private.h
Normal file
12
APP/APP_UIWindow_Private.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "LOGIC/Lgc_Func_Button.h"
|
||||
#include <QtCore/QString>
|
||||
|
||||
namespace APP {
|
||||
|
||||
int App_Func_GetFeatureStackIndex(Lgc_FunctionFeature_Type Type);
|
||||
bool App_Func_IsKeyRecordFeatureType(Lgc_FunctionFeature_Type Type);
|
||||
QString App_Func_GetWebsiteEditText(const QString& UrlText);
|
||||
|
||||
} // namespace APP
|
||||
Reference in New Issue
Block a user