mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
removed unused code
This commit is contained in:
@@ -267,32 +267,6 @@ void UiLogic::onGotoCurrentProtocolsPage()
|
||||
emit goToPage(Page::ServerContainers);
|
||||
}
|
||||
|
||||
//void UiLogic::showEvent(QShowEvent *event)
|
||||
//{
|
||||
//#if defined Q_OS_MACX
|
||||
// if (!event->spontaneous()) {
|
||||
// setDockIconVisible(true);
|
||||
// }
|
||||
// if (needToHideCustomTitlebar) {
|
||||
// ui->widget_tittlebar->hide();
|
||||
// resize(width(), 640);
|
||||
// ui->stackedWidget_main->move(0,0);
|
||||
// }
|
||||
//#endif
|
||||
//}
|
||||
|
||||
//void UiLogic::hideEvent(QHideEvent *event)
|
||||
//{
|
||||
//#if defined Q_OS_MACX
|
||||
// if (!event->spontaneous()) {
|
||||
// setDockIconVisible(false);
|
||||
// }
|
||||
//#endif
|
||||
//}
|
||||
|
||||
|
||||
|
||||
|
||||
void UiLogic::installServer(QMap<DockerContainer, QJsonObject> &containers)
|
||||
{
|
||||
if (containers.isEmpty()) return;
|
||||
|
||||
Reference in New Issue
Block a user