HelloWorld: Cleanup

Change-Id: I19abb60e9a6db3a99955924f52c0b920b7fbd7f6
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Marcus Tillmanns
2023-10-05 14:51:21 +02:00
parent 951f513088
commit 1da8f62783
4 changed files with 11 additions and 25 deletions

View File

@@ -5,16 +5,13 @@
#include <QWidget>
namespace HelloWorld {
namespace Internal {
namespace HelloWorld::Internal {
class HelloWorldWindow : public QWidget
{
Q_OBJECT
public:
explicit HelloWorldWindow(QWidget *parent = nullptr);
};
} // namespace Internal
} // namespace HelloWorld
} // namespace HelloWorld::Internal