summaryrefslogtreecommitdiffstats
path: root/core/settings/qPrefFacebook.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/settings/qPrefFacebook.cpp')
-rw-r--r--core/settings/qPrefFacebook.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/settings/qPrefFacebook.cpp b/core/settings/qPrefFacebook.cpp
index 8ce8faf08..02c1df072 100644
--- a/core/settings/qPrefFacebook.cpp
+++ b/core/settings/qPrefFacebook.cpp
@@ -7,6 +7,7 @@ static const QString group = QStringLiteral("WebApps/Facebook");
qPrefFacebook::qPrefFacebook(QObject *parent) : QObject(parent)
{
}
+
qPrefFacebook*qPrefFacebook::instance()
{
static qPrefFacebook *self = new qPrefFacebook;