int volumeIndex = volumeComboBox->currentIndex();
if (volumeIndex != -1)
m_mediaName = volumeComboBox->itemText(volumeIndex);
- query += "SELECT Job.Jobid AS Id, Job.Name AS JobName, Client.Name AS Client,"
+ query += "SELECT DISTINCT Job.Jobid AS Id, Job.Name AS JobName, Client.Name AS Client,"
" Job.Starttime AS JobStart, Job.Type AS JobType,"
" Job.Level AS BackupLevel, Job.Jobfiles AS FileCount,"
" Job.JobBytes AS Bytes,"
} /* foreach resultline */
if (resultcount == 0) {
/* show a message about configuration item */
- printf("go here\n");
QMessageBox::warning(this, tr("Bat"),
tr("There were no results ?? !!!.\n"
"It is possible you may need to add \"catalog = all\" to the Messages stanza"