[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdegames/libkdegames
From:       Allen Winter <winter () kde ! org>
Date:       2012-04-15 21:48:53
Message-ID: 20120415214853.DD9EDAC89B () svn ! kde ! org
[Download RAW message or body]

SVN commit 1289728 by winterz:

compile++
comment m_levels which no longer exists in the Private class.

CCMAIL: majewsky@gmx.net


 M  +2 -2      kgthemeprovider.cpp  


--- trunk/KDE/kdegames/libkdegames/kgthemeprovider.cpp #1289727:1289728
@@ -108,7 +108,7 @@
 			"theme has already been determined. That's not gonna work.";
 		return;
 	}
-	Q_ASSERT(d->m_levels.contains(theme));
+	//Q_ASSERT(d->m_levels.contains(theme));
 	d->m_defaultTheme = theme;
 }
 
@@ -139,7 +139,7 @@
 
 void KgThemeProvider::setCurrentTheme(const KgTheme* theme)
 {
-	Q_ASSERT(d->m_levels.contains(theme));
+	//Q_ASSERT(d->m_levels.contains(theme));
 	if (d->m_currentTheme != theme)
 	{
 		d->m_currentTheme = theme;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic