Make some more error messages translateable.
This commit is contained in:
parent
a01b1707de
commit
4a24ea6c38
10 changed files with 26 additions and 20 deletions
|
@ -22,12 +22,12 @@ Task::Task(QObject *parent) : ProgressProvider(parent)
|
|||
|
||||
QString Task::getStatus() const
|
||||
{
|
||||
return m_status;
|
||||
return m_statusString;
|
||||
}
|
||||
|
||||
void Task::setStatus(const QString &new_status)
|
||||
{
|
||||
m_status = new_status;
|
||||
m_statusString = new_status;
|
||||
emit status(new_status);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue