mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Clean up IfcViewerFull naming
Rename leftover interface-era namespaces, settings, and resource identifiers inside the IfcViewerFull source tree without changing the public target name. Generated with the assistance of an AI coding tool.
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
namespace ifcinterface { class SessionState; }
|
||||
namespace ifcviewerfull { class SessionState; }
|
||||
|
||||
namespace ifcinterface::modules::models {
|
||||
namespace ifcviewerfull::modules::models {
|
||||
|
||||
class ModelsPanel;
|
||||
|
||||
@@ -35,16 +35,16 @@ class ModelsPanelView : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ModelsPanelView(ModelsPanel* widget,
|
||||
ifcinterface::SessionState* session_state,
|
||||
ifcviewerfull::SessionState* session_state,
|
||||
QObject* parent = nullptr);
|
||||
|
||||
private:
|
||||
void reload();
|
||||
|
||||
ModelsPanel* widget_ = nullptr;
|
||||
ifcinterface::SessionState* session_state_ = nullptr;
|
||||
ifcviewerfull::SessionState* session_state_ = nullptr;
|
||||
};
|
||||
|
||||
} // namespace ifcinterface::modules::models
|
||||
} // namespace ifcviewerfull::modules::models
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user