Mercurial > trustbridge
diff ui/downloader_linux.cpp @ 11:7e2f14c7aba2
Split up downloader component and further implement it
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 14 Feb 2014 11:20:15 +0000 |
parents | |
children | 95e1b6edf2fc |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ui/downloader_linux.cpp Fri Feb 14 11:20:15 2014 +0000 @@ -0,0 +1,13 @@ +/** + * @file downloader_win.cpp + * @brief Downloader implementation for Linux + */ + + +#include "certificatelist.h" + +#ifdef Q_OS_LINUX +void Downloader::run() { +} +#endif +