refactor: remove closeWindow because no one need it
This commit is contained in:
@@ -345,10 +345,6 @@ void MainWindow::centerWindow()
|
||||
);
|
||||
}
|
||||
|
||||
void MainWindow::closeWindow()
|
||||
{
|
||||
}
|
||||
|
||||
void MainWindow::toggleAvoidResetTransform()
|
||||
{
|
||||
ui->m_gv->setAvoidResetTransform(!ui->m_gv->isAvoidResetTransform());
|
||||
|
||||
@@ -44,7 +44,6 @@ protected slots:
|
||||
void dropEvent(QDropEvent *event) override;
|
||||
|
||||
void centerWindow();
|
||||
void closeWindow();
|
||||
void toggleAvoidResetTransform();
|
||||
void toggleFullscreen();
|
||||
void toggleMaximize();
|
||||
|
||||
Reference in New Issue
Block a user