forked from qt-creator/qt-creator
		
	CppTools: Split diagnostic settings and selection
Now selection is only consists of combobox and a "Manage" button to diagnostic configurations. Diagnostic configurations are moved to the modal dialog which is shown by clicking the mentioned "Manage" button. Change-Id: I607fb923c97e8730448548708f3aaf32ce1983c8 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
		@@ -13,6 +13,7 @@ HEADERS += \
 | 
			
		||||
    builtinindexingsupport.h \
 | 
			
		||||
    clangdiagnosticconfig.h \
 | 
			
		||||
    clangdiagnosticconfigsmodel.h \
 | 
			
		||||
    clangdiagnosticconfigsselectionwidget.h \
 | 
			
		||||
    clangdiagnosticconfigswidget.h \
 | 
			
		||||
    cppcanonicalsymbol.h \
 | 
			
		||||
    cppchecksymbols.h \
 | 
			
		||||
@@ -111,6 +112,7 @@ SOURCES += \
 | 
			
		||||
    builtinindexingsupport.cpp \
 | 
			
		||||
    clangdiagnosticconfig.cpp \
 | 
			
		||||
    clangdiagnosticconfigsmodel.cpp \
 | 
			
		||||
    clangdiagnosticconfigsselectionwidget.cpp \
 | 
			
		||||
    clangdiagnosticconfigswidget.cpp \
 | 
			
		||||
    cppcanonicalsymbol.cpp \
 | 
			
		||||
    cppchecksymbols.cpp \
 | 
			
		||||
@@ -184,7 +186,7 @@ SOURCES += \
 | 
			
		||||
    compileroptionsbuilder.cpp \
 | 
			
		||||
    cppprojectfilecategorizer.cpp \
 | 
			
		||||
    cppprojectpartchooser.cpp \
 | 
			
		||||
    wrappablelineedit.cpp \
 | 
			
		||||
    wrappablelineedit.cpp
 | 
			
		||||
 | 
			
		||||
FORMS += \
 | 
			
		||||
    clangdiagnosticconfigswidget.ui \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user