mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 20:42:56 +02:00
Remove unused indicateDomainConnectionFailure
This commit is contained in:
parent
f3ef0cebed
commit
5077ec2044
2 changed files with 0 additions and 5 deletions
|
@ -60,10 +60,6 @@ void DialogsManager::showFeed() {
|
||||||
emit setUseFeed(true);
|
emit setUseFeed(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void DialogsManager::indicateDomainConnectionFailure() {
|
|
||||||
OffscreenUi::information("No Connection", "Unable to connect to this domain. Click the 'GO TO' button on the toolbar to visit another domain.");
|
|
||||||
}
|
|
||||||
|
|
||||||
void DialogsManager::setDomainConnectionFailureVisibility(bool visible) {
|
void DialogsManager::setDomainConnectionFailureVisibility(bool visible) {
|
||||||
if (visible) {
|
if (visible) {
|
||||||
ConnectionFailureDialog::show();
|
ConnectionFailureDialog::show();
|
||||||
|
|
|
@ -44,7 +44,6 @@ public slots:
|
||||||
void toggleAddressBar();
|
void toggleAddressBar();
|
||||||
void showAddressBar();
|
void showAddressBar();
|
||||||
void showFeed();
|
void showFeed();
|
||||||
void indicateDomainConnectionFailure();
|
|
||||||
void setDomainConnectionFailureVisibility(bool visible);
|
void setDomainConnectionFailureVisibility(bool visible);
|
||||||
void toggleDiskCacheEditor();
|
void toggleDiskCacheEditor();
|
||||||
void toggleLoginDialog();
|
void toggleLoginDialog();
|
||||||
|
|
Loading…
Reference in a new issue