aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/changeselectiondialog.h
diff options
context:
space:
mode:
authorPetar Perisin <petar.perisin@gmail.com>2013-04-05 23:38:30 +0200
committerPetar Perisin <petar.perisin@gmail.com>2013-04-08 10:33:14 +0200
commit9dce1fe429e42030a5b07bfbb4fbc8a198bdbb56 (patch)
tree3b4d7c253f62a1225497f4e4584a8efe1ccf1245 /src/plugins/git/changeselectiondialog.h
parenta167286b3f4e5f24851f6603d718f49b61f0be03 (diff)
Coding style modifications
Change-Id: I098cbde76e844229f189eb05d0e0b5013af8c5fd Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/git/changeselectiondialog.h')
-rw-r--r--src/plugins/git/changeselectiondialog.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/plugins/git/changeselectiondialog.h b/src/plugins/git/changeselectiondialog.h
index a7a5fad38e7..59fbf665ad8 100644
--- a/src/plugins/git/changeselectiondialog.h
+++ b/src/plugins/git/changeselectiondialog.h
@@ -75,18 +75,18 @@ private slots:
private:
void enableButtons(bool b);
- QProcess* m_process;
+ QProcess *m_process;
QString m_gitBinaryPath;
QProcessEnvironment m_gitEnvironment;
- QLabel* m_workingDirectoryLabel;
- QLineEdit* m_changeNumberEdit;
- QPlainTextEdit* m_detailsText;
- QPushButton* m_showButton;
- QPushButton* m_cherryPickButton;
- QPushButton* m_revertButton;
- QPushButton* m_checkoutButton;
- QPushButton* m_cancelButton;
+ QLabel *m_workingDirectoryLabel;
+ QLineEdit *m_changeNumberEdit;
+ QPlainTextEdit *m_detailsText;
+ QPushButton *m_showButton;
+ QPushButton *m_cherryPickButton;
+ QPushButton *m_revertButton;
+ QPushButton *m_checkoutButton;
+ QPushButton *m_cancelButton;
ChangeCommand m_command;
};