Commit b277fbfb authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

qt4 - menu: indentation correction.

parent d8e39549
...@@ -50,7 +50,7 @@ static QActionGroup *currentGroup; ...@@ -50,7 +50,7 @@ static QActionGroup *currentGroup;
// Add static entries to menus // Add static entries to menus
#define DP_SADD( text, help, icon, slot, shortcut ) \ #define DP_SADD( text, help, icon, slot, shortcut ) \
{ \ { \
if( strlen(icon) > 0 ) \ if( strlen(icon) > 0 ) \
{ \ { \
if( strlen(shortcut) > 0 ) \ if( strlen(shortcut) > 0 ) \
...@@ -75,9 +75,9 @@ static QActionGroup *currentGroup; ...@@ -75,9 +75,9 @@ static QActionGroup *currentGroup;
menu->addAction( text, THEDP, SLOT( slot ) ); \ menu->addAction( text, THEDP, SLOT( slot ) ); \
} \ } \
} \ } \
} }
#define MIM_SADD( text, help, icon, slot ) \ #define MIM_SADD( text, help, icon, slot ) \
{ \ { \
if( strlen(icon) > 0 ) \ if( strlen(icon) > 0 ) \
{ \ { \
QAction *action = menu->addAction( text, THEMIM, SLOT( slot ) ); \ QAction *action = menu->addAction( text, THEMIM, SLOT( slot ) ); \
...@@ -87,7 +87,7 @@ static QActionGroup *currentGroup; ...@@ -87,7 +87,7 @@ static QActionGroup *currentGroup;
{ \ { \
menu->addAction( text, THEMIM, SLOT( slot ) ); \ menu->addAction( text, THEMIM, SLOT( slot ) ); \
} \ } \
} }
#define PL_SADD #define PL_SADD
/***************************************************************************** /*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment