mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
renamed functions and variables
This commit is contained in:
@@ -85,8 +85,8 @@ public slots:
|
||||
void drawerClose();
|
||||
|
||||
|
||||
bool isConnectTrigger();
|
||||
void setConnectTrigger(bool trigger);
|
||||
bool isTriggeredByConnectButton();
|
||||
void setTriggeredBtConnectButton(bool trigger);
|
||||
|
||||
signals:
|
||||
void goToPage(PageLoader::PageEnum page, bool slide = true);
|
||||
@@ -125,7 +125,7 @@ private:
|
||||
PageLoader::PageEnum m_currentRootPage;
|
||||
int m_drawerLayer;
|
||||
|
||||
bool m_bConnectTrigger;
|
||||
bool m_isTriggeredByConnectButton;
|
||||
};
|
||||
|
||||
#endif // PAGECONTROLLER_H
|
||||
|
||||
Reference in New Issue
Block a user