aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/services/notifymanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/services/notifymanager.cpp')
-rw-r--r--SQLiteStudio3/coreSQLiteStudio/services/notifymanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/services/notifymanager.cpp b/SQLiteStudio3/coreSQLiteStudio/services/notifymanager.cpp
index f8b7f25..977897f 100644
--- a/SQLiteStudio3/coreSQLiteStudio/services/notifymanager.cpp
+++ b/SQLiteStudio3/coreSQLiteStudio/services/notifymanager.cpp
@@ -36,7 +36,7 @@ void NotifyManager::deleted(Db* db, const QString& database, const QString& obje
emit objectDeleted(db, database, object);
}
-void NotifyManager::createded(Db* db, const QString& database, const QString& object)
+void NotifyManager::created(Db* db, const QString& database, const QString& object)
{
emit objectCreated(db, database, object);
}