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

List:       kde-commits
Subject:    KDE/kdegames/libkdegames
From:       Laszlo Papp <lpapp () kde ! org>
Date:       2012-07-24 23:10:55
Message-ID: 20120724231055.BD2A6AC7A9 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1307629 by lpapp:

Use class type in the source files as well for privates



 M  +1 -1      audio/kgsound-openal.cpp  
 M  +1 -1      audio/kgsound-phonon.cpp  
 M  +2 -2      kgdifficulty.cpp  
 M  +1 -1      kgtheme.cpp  
 M  +1 -1      kgthemeprovider.cpp  
 M  +1 -1      kgthemeselector.cpp  


--- trunk/KDE/kdegames/libkdegames/audio/kgsound-openal.cpp #1307628:1307629
@@ -22,7 +22,7 @@
 #include <sndfile.h> //TODO: use Phonon instead of libsndfile for decoding
 #include <KDE/KDebug>
 
-struct KgSound::Private
+class KgSound::Private
 {
 	KgSound::PlaybackType m_type;
 	qreal m_volume;
--- trunk/KDE/kdegames/libkdegames/audio/kgsound-phonon.cpp #1307628:1307629
@@ -21,7 +21,7 @@
 #include <Phonon/MediaObject>
 #include <QDateTime>
 
-struct KgSound::Private
+class KgSound::Private
 {
 	qreal m_volume;
 	bool m_valid;
--- trunk/KDE/kdegames/libkdegames/kgdifficulty.cpp #1307628:1307629
@@ -35,7 +35,7 @@
 
 //BEGIN KgDifficultyLevel
 
-struct KgDifficultyLevel::Private
+class KgDifficultyLevel::Private
 {
 	bool m_isDefault;
 	int m_hardness;
@@ -139,7 +139,7 @@
 //END KgDifficultyLevel
 //BEGIN KgDifficulty
 
-struct KgDifficulty::Private
+class KgDifficulty::Private
 {
 	QList<const KgDifficultyLevel*> m_levels;
 	const KgDifficultyLevel* m_currentLevel;
--- trunk/KDE/kdegames/libkdegames/kgtheme.cpp #1307628:1307629
@@ -25,7 +25,7 @@
 #include <KDE/KDebug>
 #include <KDE/KStandardDirs>
 
-struct KgTheme::Private
+class KgTheme::Private
 {
 	const QByteArray m_identifier;
 	QString m_name, m_description, m_author, m_authorEmail, m_graphicsPath, m_previewPath;
--- trunk/KDE/kdegames/libkdegames/kgthemeprovider.cpp #1307628:1307629
@@ -25,7 +25,7 @@
 #include <KDE/KGlobal>
 #include <KDE/KStandardDirs>
 
-struct KgThemeProvider::Private
+class KgThemeProvider::Private
 {
 	QList<const KgTheme*> m_themes;
 	const QByteArray m_configKey;
--- trunk/KDE/kdegames/libkdegames/kgthemeselector.cpp #1307628:1307629
@@ -41,7 +41,7 @@
 
 //BEGIN KgThemeSelector
 
-struct KgThemeSelector::Private
+class KgThemeSelector::Private
 {
 	KgThemeSelector* q;
 	KgThemeProvider* m_provider;
[prev in list] [next in list] [prev in thread] [next in thread] 

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