TextEditor: Modernize

modernize-*

Change-Id: Ic497fea1942a77cf017be3b0033f92e3807066f1
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Alessandro Portale
2018-11-25 18:52:41 +01:00
parent a9fa1fe5b1
commit 2e2059e8b5
62 changed files with 167 additions and 222 deletions

View File

@@ -38,10 +38,12 @@
using namespace TextEditor;
QT_BEGIN_NAMESPACE
uint qHash(const AssistProposalItem &item)
{
return qHash(item.text());
}
QT_END_NAMESPACE
namespace {
@@ -129,8 +131,7 @@ private:
} // Anonymous
GenericProposalModel::GenericProposalModel()
{}
GenericProposalModel::GenericProposalModel() = default;
GenericProposalModel::~GenericProposalModel()
{