Removed temporary debug output and clean up
This commit is contained in:
@@ -96,13 +96,7 @@ protected:
|
||||
|
||||
public:
|
||||
MainFrame();
|
||||
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
~MainFrame()
|
||||
{
|
||||
std::cout << "MainFrame::~MainFrame()\n";
|
||||
}
|
||||
// ~MainFrame() = default;
|
||||
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
~MainFrame() = default;
|
||||
|
||||
Plater* plater() { return m_plater; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user