From 635b5c64f3107d4c01ae314fb75e02c571b51c54 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 21 Mar 2011 10:51:51 +0100 Subject: transformed c syntax comments to c++ convention... --- src/fbgui.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/fbgui.h') diff --git a/src/fbgui.h b/src/fbgui.h index ca5420d..2d06afe 100644 --- a/src/fbgui.h +++ b/src/fbgui.h @@ -23,14 +23,14 @@ #include -/* Internal default settings */ +// Internal default settings #define DEFAULT_URL "http://www.google.com" #define DEFAULT_DOWNLOAD_DIR "/tmp/fbgui/downloads" #define DEFAULT_CONFIG_PATH "/etc/fbgui.conf" #define DEFAULT_UPDATE_INTERVAL 1; -/* global settings */ +// Global settings extern QString binPath; extern QString downloadPath; extern QUrl baseURL; @@ -45,21 +45,22 @@ public: fbgui(); private: - /* setup procedures */ + // setup procedures void setupDebugSplit(); void createActions(); void checkHost() const; - /* widgets constituing the gui */ + // widgets constituing the gui QWebView* _webView; QSplitter* _splitter; QTextEdit* _debugConsole; - /* action list */ + // action list QAction* _quit; QAction* _toggleDebug; private slots: + // slots for processing actions void toggleDebug(); }; -- cgit v1.2.3-55-g7522