/*
* Subroutine to call class to show the log in the database from that job
*/
-void JobList::showInfoForJob()
+void JobList::showInfoForJob(QTableWidgetItem * item)
{
QTreeWidgetItem* pageSelectorTreeWidgetItem = mainWin->getFromHash(this);
new Job(m_currentJob, pageSelectorTreeWidgetItem);
void preRestoreFromJob();
void preRestoreFromTime();
void showLogForJob();
- void showInfoForJob();
+ void showInfoForJob(QTableWidgetItem * item=NULL);
void consoleCancelJob();
void graphTable();
void splitterMoved(int pos, int index);