Remove a the necessity of a few weak vtables

For background, see QTBUG-45582.

Change-Id: I6c4758ce62149437c26971056b465d5dbd2b13b0
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2022-06-22 13:05:45 +02:00
parent 4686db5590
commit 8066ce8a6f
10 changed files with 19 additions and 1 deletions

View File

@@ -74,4 +74,6 @@ VcsSubmitEditorFactory::VcsSubmitEditorFactory
ActionManager::registerAction(&m_diffAction, DIFF_SELECTED, context);
}
VcsSubmitEditorFactory::~VcsSubmitEditorFactory() = default;
} // namespace VcsBase