[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:42:58
Message-ID: 20120724234258.47024AC7A9 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1307634 by lpapp:

Make the members public by default as it was with the struct variant

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


--- trunk/KDE/kdegames/libkdegames/audio/kgsound-openal.cpp #1307633:1307634
@@ -24,6 +24,7 @@
 
 class KgSound::Private
 {
+    public:
 	KgSound::PlaybackType m_type;
 	qreal m_volume;
 	QPointF m_pos;
--- trunk/KDE/kdegames/libkdegames/audio/kgsound-phonon.cpp #1307633:1307634
@@ -23,6 +23,7 @@
 
 class KgSound::Private
 {
+    public:
 	qreal m_volume;
 	bool m_valid;
 	qint64 m_lastPlayedTime;
--- trunk/KDE/kdegames/libkdegames/kgdifficulty.cpp #1307633:1307634
@@ -37,6 +37,7 @@
 
 class KgDifficultyLevel::Private
 {
+    public:
 	bool m_isDefault;
 	int m_hardness;
 	StandardLevel m_level;
@@ -141,6 +142,7 @@
 
 class KgDifficulty::Private
 {
+    public:
 	QList<const KgDifficultyLevel*> m_levels;
 	const KgDifficultyLevel* m_currentLevel;
 	bool m_editable, m_gameRunning;
--- trunk/KDE/kdegames/libkdegames/kgtheme.cpp #1307633:1307634
@@ -27,6 +27,7 @@
 
 class KgTheme::Private
 {
+    public:
 	const QByteArray m_identifier;
 	QString m_name, m_description, m_author, m_authorEmail, m_graphicsPath, m_previewPath;
 	QMap<QString, QString> m_customData;
--- trunk/KDE/kdegames/libkdegames/kgthemeprovider.cpp #1307633:1307634
@@ -27,6 +27,7 @@
 
 class KgThemeProvider::Private
 {
+    public:
 	QList<const KgTheme*> m_themes;
 	const QByteArray m_configKey;
 	const KgTheme* m_currentTheme;
--- trunk/KDE/kdegames/libkdegames/kgthemeselector.cpp #1307633:1307634
@@ -43,6 +43,7 @@
 
 class KgThemeSelector::Private
 {
+    public:
 	KgThemeSelector* q;
 	KgThemeProvider* m_provider;
 	Options m_options;
[prev in list] [next in list] [prev in thread] [next in thread] 

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