fix build
This commit is contained in:
parent
a3eeb4419e
commit
68ae98a0eb
1 changed files with 1 additions and 1 deletions
|
@ -55,10 +55,10 @@ class WebFactory : public QObject {
|
||||||
bool openUrlInExternalBrowser(const QString& url) const;
|
bool openUrlInExternalBrowser(const QString& url) const;
|
||||||
bool sendMessageViaEmail(const Message& message);
|
bool sendMessageViaEmail(const Message& message);
|
||||||
|
|
||||||
#if defined(USE_WEBENGINE)
|
|
||||||
QString customUserAgent() const;
|
QString customUserAgent() const;
|
||||||
void setCustomUserAgent(const QString& user_agent);
|
void setCustomUserAgent(const QString& user_agent);
|
||||||
|
|
||||||
|
#if defined(USE_WEBENGINE)
|
||||||
private slots:
|
private slots:
|
||||||
void createMenu(QMenu* menu = nullptr);
|
void createMenu(QMenu* menu = nullptr);
|
||||||
void webEngineSettingChanged(bool enabled);
|
void webEngineSettingChanged(bool enabled);
|
||||||
|
|
Loading…
Add table
Reference in a new issue