forked from qt-creator/qt-creator
		
	Add final specifies to classes
Warning -Wfinal-dtor-non-final-class in clang trunk Change-Id: I2bf17064bf8898eab10b82b69583a283157766d0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
		@@ -30,7 +30,7 @@
 | 
			
		||||
namespace QmlProjectManager {
 | 
			
		||||
namespace Internal {
 | 
			
		||||
 | 
			
		||||
class QmlProjectPlugin: public ExtensionSystem::IPlugin
 | 
			
		||||
class QmlProjectPlugin final : public ExtensionSystem::IPlugin
 | 
			
		||||
{
 | 
			
		||||
    Q_OBJECT
 | 
			
		||||
    Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "QmlProjectManager.json")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user