Fix build.
This commit is contained in:
parent
75849453de
commit
c936e05c34
@ -35,6 +35,7 @@
|
|||||||
#include <QFuture>
|
#include <QFuture>
|
||||||
#include <QFutureWatcher>
|
#include <QFutureWatcher>
|
||||||
#include <QtConcurrent/QtConcurrentRun>
|
#include <QtConcurrent/QtConcurrentRun>
|
||||||
|
#include <QDesktopServices>
|
||||||
|
|
||||||
|
|
||||||
typedef QPair<UpdateInfo, QNetworkReply::NetworkError> UpdateCheck;
|
typedef QPair<UpdateInfo, QNetworkReply::NetworkError> UpdateCheck;
|
||||||
|
@ -266,7 +266,7 @@ void FormStandardImportExport::performAction() {
|
|||||||
|
|
||||||
void FormStandardImportExport::exportFeeds() {
|
void FormStandardImportExport::exportFeeds() {
|
||||||
QByteArray result_data;
|
QByteArray result_data;
|
||||||
bool result_export;
|
bool result_export = false;
|
||||||
|
|
||||||
switch (m_conversionType) {
|
switch (m_conversionType) {
|
||||||
case OPML20:
|
case OPML20:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user