forked from qt-creator/qt-creator
Mercurial: code cosmetics
Change-Id: Id7257fc5ccdcc4d36b276278906902f12d7e8c57 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -30,20 +30,20 @@
|
||||
**
|
||||
**************************************************************************/
|
||||
|
||||
#ifndef REVERTDIALOG_H
|
||||
#define REVERTDIALOG_H
|
||||
#ifndef MERCURIAL_REVERTDIALOG_H
|
||||
#define MERCURIAL_REVERTDIALOG_H
|
||||
|
||||
#include "ui_revertdialog.h"
|
||||
|
||||
#include <QtGui/QDialog>
|
||||
|
||||
|
||||
namespace Mercurial {
|
||||
namespace Internal {
|
||||
|
||||
class RevertDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
RevertDialog(QWidget *parent = 0);
|
||||
~RevertDialog();
|
||||
@@ -59,4 +59,5 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Mercurial
|
||||
#endif // REVERTDIALOG_H
|
||||
|
||||
#endif // MERCURIAL_REVERTDIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user