Bug #869 » 0004-Win32-some-headers-were-missed.patch
| src/plugins/hotstreams/icecastfetcher.cpp | ||
|---|---|---|
| #include "icecastfetcher.h" | ||
| #include "roles.h" | ||
| #include <algorithm> | ||
| #include <functional> | ||
| #include <QStandardItem> | ||
| #include <QFileInfo> | ||
| #include <QUrl> | ||
| ... | ... | |
| 				const auto& genre = getText ("genre"); | ||
| 				auto& genreStations = stations [genre]; | ||
| 				const StationInfo info | ||
| 				const StationInfo info = | ||
| 				{ | ||
| 					getText ("server_name"), | ||
| 					genre, | ||
| src/plugins/lhtr/richeditorwidget.cpp | ||
|---|---|---|
|  **********************************************************************/ | ||
| #include "richeditorwidget.h" | ||
| #include <functional> | ||
| #include <QWebFrame> | ||
| #include <QWebPage> | ||
| #include <QWebElement> | ||
| src/plugins/poshuku/plugins/cleanweb/core.cpp | ||
|---|---|---|
| #include "core.h" | ||
| #include <algorithm> | ||
| #include <functional> | ||
| #include <QNetworkRequest> | ||
| #include <QRegExp> | ||
| #include <QFile> | ||
| src/plugins/vrooby/vrooby.cpp | ||
|---|---|---|
| #ifdef ENABLE_UDISKS | ||
| #include "backends/udisks/udisksbackend.h" | ||
| #else | ||
| #include "devbackend.h" | ||
| #endif | ||
| #include "trayview.h" | ||