mirror of https://github.com/qt/qtbase.git
sqlbrowser example: use = default on empty dtors
Idiomatic C++11 code.
Amends 2690822428
, which, however,
inherited the issue from older code.
Pick-to: 6.9 6.8
Change-Id: Iba1fb9874bd93b4a560c33e3ecf62ecaa96d8bda
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
15524d1623
commit
19564e033c
|
@ -34,9 +34,7 @@ ConnectionWidget::ConnectionWidget(QWidget *parent)
|
|||
}
|
||||
|
||||
ConnectionWidget::~ConnectionWidget()
|
||||
{
|
||||
}
|
||||
|
||||
= default;
|
||||
|
||||
void ConnectionWidget::refresh()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue