forked from blue/squawk
started progress bars, changed gcc standard to 17
This commit is contained in:
parent
a0348b8fd2
commit
50bb3f5fd7
6 changed files with 96 additions and 8 deletions
|
@ -431,6 +431,8 @@ void Squawk::fileError(const QString& messageId, const QString& error)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
//TODO! Need to make it look like a standard message change event!
|
||||
void Squawk::fileLocalPathResponse(const QString& messageId, const QString& path)
|
||||
{
|
||||
std::map<QString, std::set<Models::Roster::ElId>>::const_iterator itr = requestedFiles.find(messageId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue