mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
Delete QIDINetwork
This commit is contained in:
@@ -303,8 +303,6 @@ set(SLIC3R_GUI_SOURCES
|
||||
Utils/FixModelByWin10.hpp
|
||||
Utils/Moonraker.cpp
|
||||
Utils/Moonraker.hpp
|
||||
QIDI/QIDINetwork.cpp
|
||||
QIDI/QIDINetwork.hpp
|
||||
Utils/OctoPrint.cpp
|
||||
Utils/OctoPrint.hpp
|
||||
Utils/Duet.cpp
|
||||
@@ -349,6 +347,13 @@ set(SLIC3R_GUI_SOURCES
|
||||
|
||||
find_package(NanoSVG REQUIRED)
|
||||
|
||||
if(QDT_RELEASE_TO_PUBLIC)
|
||||
list(APPEND SLIC3R_GUI_SOURCES
|
||||
QIDI/QIDINetwork.cpp
|
||||
QIDI/QIDINetwork.hpp
|
||||
)
|
||||
endif ()
|
||||
|
||||
if (APPLE)
|
||||
list(APPEND SLIC3R_GUI_SOURCES
|
||||
Utils/RetinaHelperImpl.mm
|
||||
|
||||
@@ -18,7 +18,9 @@
|
||||
#include <stack>
|
||||
|
||||
//B64
|
||||
#if QDT_RELEASE_TO_PUBLIC
|
||||
#include "../QIDI/QIDINetwork.hpp"
|
||||
#endif
|
||||
#include "slic3r/GUI/WebUserLoginDialog.hpp"
|
||||
class wxMenuItem;
|
||||
class wxMenuBar;
|
||||
|
||||
@@ -63,7 +63,9 @@
|
||||
#include "../Utils/PrintHost.hpp"
|
||||
|
||||
//B64
|
||||
#if QDT_RELEASE_TO_PUBLIC
|
||||
#include "../QIDI/QIDINetwork.hpp"
|
||||
#endif
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
wxDEFINE_EVENT(EVT_LOAD_URL, wxCommandEvent);
|
||||
|
||||
@@ -39,7 +39,9 @@
|
||||
#include <wx/tokenzr.h>
|
||||
|
||||
//B64
|
||||
#if QDT_RELEASE_TO_PUBLIC
|
||||
#include "../QIDI/QIDINetwork.hpp"
|
||||
#endif
|
||||
#include <boost/thread.hpp>
|
||||
#include "./Widgets/SwitchButton.hpp"
|
||||
#include "./Widgets/DeviceButton.hpp"
|
||||
|
||||
@@ -24,7 +24,9 @@
|
||||
|
||||
#include <sstream>
|
||||
#include <slic3r/GUI/Widgets/WebView.hpp>
|
||||
#if QDT_RELEASE_TO_PUBLIC
|
||||
#include "../QIDI/QIDINetwork.hpp"
|
||||
#endif
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
#include "QIDINetwork.hpp"
|
||||
@@ -1,3 +0,0 @@
|
||||
#ifndef slic3r_QIDINetwork_hpp_
|
||||
#define slic3r_QIDINetwork_hpp_
|
||||
#endif
|
||||
Reference in New Issue
Block a user