Commit 121df1a2 by Carwyn

1.日志更新使用方式为不用参数

parent bf99eb44
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
FMPSettings::FMPSettings(ctkPluginContext *context) FMPSettings::FMPSettings(ctkPluginContext *context)
: d_ptr(new FMPSettingsPrivate(context)) : d_ptr(new FMPSettingsPrivate(context))
{ {
FMPLoggerInterface::InitContext(context);
StartService(); StartService();
} }
...@@ -27,6 +28,8 @@ int FMPSettings::StopService() ...@@ -27,6 +28,8 @@ int FMPSettings::StopService()
int FMPSettings::PostEvent(const QString &topic, const FMPProps &pps) int FMPSettings::PostEvent(const QString &topic, const FMPProps &pps)
{ {
Q_UNUSED(topic);
Q_UNUSED(pps);
return FMP_SUCCESS; return FMP_SUCCESS;
} }
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#define VER_MINOR 1 #define VER_MINOR 1
#define VER_REVISION 0 #define VER_REVISION 0
#define VER_BUILD 35 #define VER_BUILD 3
//! Convert version numbers to string //! Convert version numbers to string
#define _STR(S) #S #define _STR(S) #S
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment