1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Merge remote-tracking branch 'origin/Falkon/3.1'

This commit is contained in:
Albert Astals Cid 2019-12-14 00:32:31 +01:00
commit 95790ce9e5
4 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,7 @@
class FALKON_EXPORT LocationCompleterDelegate : public QStyledItemDelegate
{
Q_OBJECT
public:
explicit LocationCompleterDelegate(QObject *parent = 0);

View File

@ -42,6 +42,7 @@ const int refreshInterval = 60 * 1000;
class FCM_Button : public AbstractButtonInterface
{
Q_OBJECT
public:
explicit FCM_Button(QObject *parent = nullptr)
: AbstractButtonInterface(parent)
@ -456,3 +457,5 @@ QString FCM_Plugin::extractOriginFrom(const QString &path)
return origin;
}
#include "fcm_plugin.moc"

View File

@ -34,6 +34,7 @@
class TabManagerButton : public AbstractButtonInterface
{
Q_OBJECT
public:
explicit TabManagerButton(QObject *parent = nullptr)
: AbstractButtonInterface(parent)
@ -236,3 +237,5 @@ void TabManagerWidgetController::emitRefreshTree()
{
emit requestRefreshTree();
}
#include "tabmanagerwidgetcontroller.moc"

View File

@ -21,6 +21,7 @@
class VerticalTabsSchemeHandler : public ExtensionSchemeHandler
{
Q_OBJECT
public:
explicit VerticalTabsSchemeHandler(QObject *parent = nullptr);