Merge branch 'Dev' of https://github.com/liranbg/JceManager into Dev
Conflicts: main/CourseTab/coursestablemanager.cpp
This commit is contained in:
commit
cabe5eb7d3
2 changed files with 3 additions and 3 deletions
|
@ -230,7 +230,7 @@ void coursesTableManager::addRow(const gradeCourse *courseToAdd)
|
|||
}
|
||||
else
|
||||
{
|
||||
qCritical() << Q_FUNC_INFO << "no course to load!";
|
||||
qCritical() << Q_FUNC_INFO << " no course to load!";
|
||||
}
|
||||
courseTBL->resizeColumnsToContents();
|
||||
|
||||
|
@ -246,7 +246,7 @@ void coursesTableManager::showGraph()
|
|||
{
|
||||
if (gp != NULL)
|
||||
{
|
||||
qDebug() << "Graph Dialog Opened. gp != NULL";
|
||||
qDebug() << Q_FUNC_INFO << " Graph Dialog Opened. gp != NULL";
|
||||
this->graph->showGraph(gp);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -152,6 +152,6 @@ void gradegraph::setVisualization()
|
|||
|
||||
void gradegraph::on_pushButton_clicked()
|
||||
{
|
||||
qDebug() << "Closed Graph Dialog";
|
||||
qDebug() << Q_FUNC_INFO << " Closed Graph Dialog";
|
||||
this->done(0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue