Mercurial > trustbridge
view ui/downloader_linux.cpp @ 16:225a5ec20dad
Use QSettings and manage downloader from mainwindow.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 19 Feb 2014 10:45:29 +0000 |
parents | 95e1b6edf2fc |
children | 62cd56cea09b |
line wrap: on
line source
/** * @file downloader_win.cpp * @brief Downloader implementation for Linux */ #include "downloader.h" #ifdef Q_OS_LINUX void Downloader::run() { } #endif