ui: added automatic include path detection for C/C++ Source Groups
This commit is contained in:
@@ -29,6 +29,11 @@ void QtProgressBar::showProgress(size_t percent)
|
||||
update();
|
||||
}
|
||||
|
||||
size_t QtProgressBar::getProgress() const
|
||||
{
|
||||
return m_percent;
|
||||
}
|
||||
|
||||
void QtProgressBar::showUnknownProgressAnimated()
|
||||
{
|
||||
start();
|
||||
|
||||
Reference in New Issue
Block a user