--- a/src/MainWindow.h Wed Mar 05 02:24:05 2014 +0200 +++ b/src/MainWindow.h Wed Mar 05 02:33:58 2014 +0200 @@ -253,11 +253,11 @@ void slot_editObject (QListWidgetItem* listitem); }; -// ----------------------------------------------------------------------------- +// ============================================================================= // Pointer to the instance of MainWindow. extern MainWindow* g_win; -// ----------------------------------------------------------------------------- +// ============================================================================= // Other GUI-related stuff not directly part of MainWindow: QPixmap getIcon (QString iconName); // Get an icon from the resource dir QList<LDQuickColor> quickColorsFromConfig(); // Make a list of quick colors based on config @@ -269,7 +269,7 @@ QImage imageFromScreencap (uchar* data, int w, int h); // ============================================================================= -// ----------------------------------------------------------------------------- +// ============================================================================= // Takes in pairs of radio buttons and respective values and returns the value of // the first found radio button that was checked. // ============================================================================= @@ -284,7 +284,7 @@ } // ============================================================================= -// ----------------------------------------------------------------------------- +// ============================================================================= // Takes in pairs of radio buttons and respective values and checks the first // found radio button to have the given value. // =============================================================================