forked from qt-creator/qt-creator
		
	Remove unneeded defines.
Mostly Q_DISABLE_COPY that were covered by the un-copy-ability of the respective base classes. Includes a few "stylistic" whitespace changes. Change-Id: I31ca0e7bada5ed0f34776976efe22ddc444a5bf2 Reviewed-on: http://codereview.qt.nokia.com/1609 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
		@@ -96,8 +96,6 @@ private:
 | 
			
		||||
 | 
			
		||||
class CppFileSettingsPage : public Core::IOptionsPage
 | 
			
		||||
{
 | 
			
		||||
    Q_DISABLE_COPY(CppFileSettingsPage)
 | 
			
		||||
 | 
			
		||||
public:
 | 
			
		||||
    explicit CppFileSettingsPage(QSharedPointer<CppFileSettings> &settings,
 | 
			
		||||
                                 QObject *parent = 0);
 | 
			
		||||
 
 | 
			
		||||
@@ -61,8 +61,8 @@ struct CppFileSettings;
 | 
			
		||||
 | 
			
		||||
class CppToolsPlugin : public ExtensionSystem::IPlugin
 | 
			
		||||
{
 | 
			
		||||
    Q_DISABLE_COPY(CppToolsPlugin)
 | 
			
		||||
    Q_OBJECT
 | 
			
		||||
 | 
			
		||||
public:
 | 
			
		||||
    CppToolsPlugin();
 | 
			
		||||
    ~CppToolsPlugin();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user