From c409efea81d6cdf5fd0e36671455267a0049df13 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 2 Oct 2018 14:12:01 +0200 Subject: Add SingleApplication as a git submodule --- src/browser.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/browser.h') diff --git a/src/browser.h b/src/browser.h index f6ca902..c6186f6 100644 --- a/src/browser.h +++ b/src/browser.h @@ -9,7 +9,7 @@ #ifndef SMOLBOTE_BROWSER_H #define SMOLBOTE_BROWSER_H -#include "SingleApplication/singleapplication.h" +#include #include #include #include @@ -17,8 +17,6 @@ #include #include "session.h" -QVector loadPlugins(const QString &location); - class Configuration; class BookmarksWidget; class DownloadsWidget; -- cgit v1.2.1