forked from qt-creator/qt-creator
ProjectExplorer: Modernize
* Use override where appropriate * Use pragma once * Make more constructors explicit Change-Id: I2865fe10f288e3de570826058e43b70a0cb4ee37 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef IMPORTWIDGET_H
|
||||
#define IMPORTWIDGET_H
|
||||
#pragma once
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
@@ -42,7 +41,6 @@ class ImportWidget : public QWidget
|
||||
|
||||
public:
|
||||
explicit ImportWidget(QWidget *parent = 0);
|
||||
~ImportWidget();
|
||||
|
||||
void setCurrentDirectory(const Utils::FileName &dir);
|
||||
|
||||
@@ -57,5 +55,3 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace ProjectExplorer
|
||||
|
||||
#endif // IMPORTWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user