aboutsummaryrefslogtreecommitdiff
path: root/src/common/qdbusobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/qdbusobject.h')
-rw-r--r--src/common/qdbusobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/qdbusobject.h b/src/common/qdbusobject.h
index cad6658..a3cef38 100644
--- a/src/common/qdbusobject.h
+++ b/src/common/qdbusobject.h
@@ -67,7 +67,7 @@ private:
// glib slots
static void onServiceAppeared(GDBusConnection *connection, const gchar *name, const gchar *name_owner, gpointer data);
- static void onServiceFanished(GDBusConnection *connection, const gchar *name, gpointer data);
+ static void onServiceVanished(GDBusConnection *connection, const gchar *name, gpointer data);
};
#endif