From: Max Lapan Date: Mon, 15 Mar 2010 15:28:00 +0000 (+0300) Subject: We have no plans to implement alerts so far X-Git-Tag: v0.1~33 X-Git-Url: http://vcs.maemo.org/git/?p=yandex-traffic;a=commitdiff_plain;h=e8e548905b85eb2770bbce78f2c5d59b4c27e2de We have no plans to implement alerts so far --- diff --git a/settingsDialog.cpp b/settingsDialog.cpp index 629bcb8..b8ec783 100644 --- a/settingsDialog.cpp +++ b/settingsDialog.cpp @@ -24,8 +24,6 @@ SettingsDialog::SettingsDialog (Settings *settings) layout->addWidget (_displayButton); _updateButton = new QMaemo5ValueButton (tr ("Update"), this); layout->addWidget (_updateButton); - _alertsButton = new QMaemo5ValueButton (tr ("Alerts"), this); - layout->addWidget (_alertsButton); connect (_displayButton, SIGNAL (clicked ()), SLOT (displayClicked ())); connect (_updateButton, SIGNAL (clicked ()), SLOT (updateClicked ())); diff --git a/settingsDialog.hpp b/settingsDialog.hpp index 933b6a0..51ea581 100644 --- a/settingsDialog.hpp +++ b/settingsDialog.hpp @@ -19,7 +19,6 @@ class SettingsDialog : public QDialog private: QMaemo5ValueButton *_displayButton; QMaemo5ValueButton *_updateButton; - QMaemo5ValueButton *_alertsButton; Settings *_settings;