ui: added automatic include path detection for C/C++ Source Groups

This commit is contained in:
mlangkabel
2018-01-09 12:13:16 +01:00
parent 978cf4f4ed
commit 686ba504c2
35 changed files with 877 additions and 248 deletions
+5
View File
@@ -29,6 +29,11 @@ void QtProgressBar::showProgress(size_t percent)
update();
}
size_t QtProgressBar::getProgress() const
{
return m_percent;
}
void QtProgressBar::showUnknownProgressAnimated()
{
start();