From 6edd9e7a12a3827fb6aac62a88be01085e41e176 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Sun, 28 Jun 2020 16:30:52 +0200 Subject: Huge refacoring of the settings stuff. Provides automated migration between old and new configuration file stuff. Themes are now just files in a folder instead of encoded data in the config file. --- src/protocols/abouthandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocols/abouthandler.cpp') diff --git a/src/protocols/abouthandler.cpp b/src/protocols/abouthandler.cpp index 01eefff..f87afb8 100644 --- a/src/protocols/abouthandler.cpp +++ b/src/protocols/abouthandler.cpp @@ -28,7 +28,7 @@ bool AboutHandler::startRequest(const QUrl &url, ProtocolHandler::RequestOptions document.append("# Favourites\n"); document.append("\n"); - for (auto const &fav : global_favourites.getAll()) + for (auto const &fav : kristall::favourites.getAll()) { document.append("=> " + fav.toString().toUtf8() + "\n"); } -- cgit v1.2.3