This commit is contained in:
Jonathan White
2017-03-02 19:49:32 -05:00
parent 3139ae1528
commit e81564387c
2 changed files with 5 additions and 6 deletions

View File

@@ -89,12 +89,12 @@ private:
Database* m_database;
Uuid m_currentUuid;
QString m_url;
QUrl m_redirectUrl;
bool m_fallbackToGoogle;
unsigned short m_redirectCount;
DefaultIconModel* const m_defaultIconModel;
CustomIconModel* const m_customIconModel;
#ifdef WITH_XC_HTTP
QUrl m_redirectUrl;
bool m_fallbackToGoogle;
unsigned short m_redirectCount;
qhttp::client::QHttpClient* m_httpClient;
#endif