forked from qt-creator/qt-creator
Coding style modifications
Change-Id: I098cbde76e844229f189eb05d0e0b5013af8c5fd Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -44,9 +44,7 @@ class ActionContainer;
|
||||
class Command;
|
||||
}
|
||||
|
||||
namespace Locator {
|
||||
class CommandLocator;
|
||||
}
|
||||
namespace Locator { class CommandLocator; }
|
||||
|
||||
namespace Gerrit {
|
||||
namespace Internal {
|
||||
@@ -55,7 +53,7 @@ class GerritChange;
|
||||
class GerritParameters;
|
||||
class GerritDialog;
|
||||
|
||||
typedef QPair<QAction *, Core::Command* > ActionCommandPair;
|
||||
typedef QPair<QAction *, Core::Command *> ActionCommandPair;
|
||||
|
||||
class GerritPlugin : public QObject
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user