mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-27 08:33:27 +01:00
Fix build.
This commit is contained in:
parent
75849453de
commit
c936e05c34
@ -35,6 +35,7 @@
|
||||
#include <QFuture>
|
||||
#include <QFutureWatcher>
|
||||
#include <QtConcurrent/QtConcurrentRun>
|
||||
#include <QDesktopServices>
|
||||
|
||||
|
||||
typedef QPair<UpdateInfo, QNetworkReply::NetworkError> UpdateCheck;
|
||||
|
@ -266,7 +266,7 @@ void FormStandardImportExport::performAction() {
|
||||
|
||||
void FormStandardImportExport::exportFeeds() {
|
||||
QByteArray result_data;
|
||||
bool result_export;
|
||||
bool result_export = false;
|
||||
|
||||
switch (m_conversionType) {
|
||||
case OPML20:
|
||||
|
Loading…
Reference in New Issue
Block a user