aheinecke@404: /* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik
aheinecke@404:  * Software engineering by Intevation GmbH
aheinecke@404:  *
aheinecke@404:  * This file is Free Software under the GNU GPL (v>=2)
aheinecke@404:  * and comes with ABSOLUTELY NO WARRANTY!
aheinecke@404:  * See LICENSE.txt for details.
aheinecke@404:  */
aheinecke@11: /**
aheinecke@11:  * @file downloader_win.cpp
aheinecke@11:  * @brief Downloader implementation for Linux
aheinecke@11:  */
aheinecke@11: 
aheinecke@11: 
aheinecke@15: #include "downloader.h"
aheinecke@15: #ifdef Q_OS_LINUX
aheinecke@11: 
aheinecke@11: #endif
aheinecke@11: