From a680939b5b12438715a3e343c4e58cd42d5dcbc1 Mon Sep 17 00:00:00 2001 From: Jussi Laitinen Date: Tue, 11 May 2010 14:47:35 +0300 Subject: [PATCH] Added comments to mainwindow.h --- src/ui/mainwindow.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h index 3381478..21391b1 100644 --- a/src/ui/mainwindow.h +++ b/src/ui/mainwindow.h @@ -113,6 +113,11 @@ private: */ void switchView(int); + /** + * @brief Show Maemo information box with message. + * + * @brief message information message + */ void showMaemoInformationBox(const QString &message); private slots: -- 1.7.9.5