CProgressWindow: implement CComponent classes

This implement window functionality from CComponentsWindow,
progress items from CProgressBar() and status text
items from CComponentsLabel()
This commit is contained in:
2014-06-09 14:56:12 +02:00
committed by svenhoefer
parent 793230e9a7
commit 2f0e4e1687
8 changed files with 99 additions and 175 deletions

View File

@@ -37,7 +37,7 @@ CHTTPTool::CHTTPTool()
userAgent = "neutrino/httpdownloader";
}
void CHTTPTool::setStatusViewer( CProgress_StatusViewer* statusview )
void CHTTPTool::setStatusViewer( CProgressWindow* statusview )
{
statusViewer = statusview;
}