src/MainWindow.h

changeset 639
851634b85893
parent 636
387b5e11c825
child 641
425b169a82aa
--- 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.
 // =============================================================================

mercurial