blob: a45ad7b42967a1b0bf849477249fd726bf4f0e5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
Index: yawp-0.3.2/applet/countrymap.cpp
===================================================================
--- yawp-0.3.2.orig/applet/countrymap.cpp
+++ yawp-0.3.2/applet/countrymap.cpp
@@ -47,7 +47,7 @@ QPointer<UsStatesMap> UsStatesMap::m_p
const QString CountryMap::sFlagTemplate("l10n/%1/flag.png");
-CountryMap::CountryMap *
+CountryMap *
CountryMap::instance()
{
QMutexLocker locker( &singeltonMutex );
@@ -210,7 +210,7 @@ CountryMap::private_getPixmapForCountryC
/******************************************************************************/
-UsStatesMap::UsStatesMap *
+UsStatesMap *
UsStatesMap::instance()
{
QMutexLocker locker( &singeltonMutex );
Index: yawp-0.3.2/applet/ionlistmodel.cpp
===================================================================
--- yawp-0.3.2.orig/applet/ionlistmodel.cpp
+++ yawp-0.3.2/applet/ionlistmodel.cpp
@@ -45,7 +45,7 @@ IonListModel::init( QObject * parent, co
return bReturnVal;
}
-IonListModel::IonListModel *
+IonListModel *
IonListModel::instance()
{
QMutexLocker locker( &m_singeltonMutex );
|