Mercurial: code cosmetics

Change-Id: Id7257fc5ccdcc4d36b276278906902f12d7e8c57
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
hjk
2012-01-07 14:32:59 +01:00
parent 595f4ce2d5
commit 2a548814a5
15 changed files with 134 additions and 146 deletions

View File

@@ -33,21 +33,19 @@
#ifndef SRCDESTDIALOG_H
#define SRCDESTDIALOG_H
#include <QtGui/QDialog>
#include <utils/pathchooser.h>
#include <QtGui/QDialog>
namespace Mercurial {
namespace Internal {
namespace Ui {
class SrcDestDialog;
}
namespace Ui { class SrcDestDialog; }
class SrcDestDialog : public QDialog
{
Q_OBJECT
public:
public:
SrcDestDialog(QWidget *parent = 0);
~SrcDestDialog();
void setPathChooserKind(Utils::PathChooser::Kind kind);
@@ -62,4 +60,5 @@ private:
} // namespace Internal
} // namespace Mercurial
#endif // SRCDESTDIALOG_H