diff options
author | Alex Borisov <b0ric.alex@gmail.com> | 2012-02-03 00:59:53 +0200 |
---|---|---|
committer | Alex Borisov <b0ric.alex@gmail.com> | 2012-02-03 00:59:53 +0200 |
commit | 97dbcdd63862d8daff8dda5420d41500d0bf3df3 (patch) | |
tree | fc81b93ce2b91e0161e02a99d260f6e202bc5618 | |
parent | 5797cb8347f787121c286c91d300fdda9ab65d56 (diff) |
code cleanup
-rw-r--r-- | client/ProxyClientApp.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/client/ProxyClientApp.cpp b/client/ProxyClientApp.cpp index b5f8c39..0ba813c 100644 --- a/client/ProxyClientApp.cpp +++ b/client/ProxyClientApp.cpp @@ -81,15 +81,8 @@ void ProxyClientApp::trayActivated(QSystemTrayIcon::ActivationReason reason) void ProxyClientApp::showProxyDialog() { Logger::Trace("Creating proxy dialog.\n"); - QDesktopWidget* screen = QApplication::desktop(); - QRect availScreenRect = screen->availableGeometry(); - ProxyDialog *dialog = new ProxyDialog(); dialog->show(); - /* - dialog->move(availScreenRect.width() - dialog->frameSize().width(), - availScreenRect.height() - dialog->frameSize().height()); - */ } void ProxyClientApp::configUpdated() |