enabled browser extension
This commit is contained in:
+1
-6
@@ -113,12 +113,7 @@ void Application::save()
|
|||||||
void Application::initNm(Paths &paths)
|
void Application::initNm(Paths &paths)
|
||||||
{
|
{
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
# ifdef QT_DEBUG
|
# if defined QT_NO_DEBUG || defined C_DEBUG_NM
|
||||||
# ifdef C_DEBUG_NM
|
|
||||||
registerNmHost(paths);
|
|
||||||
this->nmServer.start();
|
|
||||||
# endif
|
|
||||||
# else
|
|
||||||
registerNmHost(paths);
|
registerNmHost(paths);
|
||||||
this->nmServer.start();
|
this->nmServer.start();
|
||||||
# endif
|
# endif
|
||||||
|
|||||||
Reference in New Issue
Block a user