another fix
This commit is contained in:
parent
43bf478b85
commit
ace5c9d2d1
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ coursesTableManager::~coursesTableManager()
|
|||
{
|
||||
courseTBL = NULL;
|
||||
delete gp;
|
||||
gp=NULL;
|
||||
gp = NULL;
|
||||
}
|
||||
/**
|
||||
* @brief coursesTableManager::insertJceCoursesIntoTable phrasing the course list to rows in table
|
||||
|
|
|
@ -236,13 +236,13 @@ void MainScreen::on_actionCredits_triggered()
|
|||
"The source code is available at github:<br>"
|
||||
"<a href='https://github.com/liranbg/jceAverageCalculator'>jceAverageCalculator Repository</a>"
|
||||
"<br><br>This front end is Powered by <a href='https://github.com/liranbg/jceConnection'>Jce Connection</a><br><br>"
|
||||
"Made by:"
|
||||
"Developed by: "
|
||||
"<ul>"
|
||||
"<li><a href='mailto:liranbg@gmail.com'>Liran Ben Gida</a></li>"
|
||||
"<li><a href='mailto:sagidayan@gmail.com'>Sagi Dayan</a></li>"
|
||||
"</ul>"
|
||||
"Thanks to: "
|
||||
"<ul>"
|
||||
"<li><a href='mailto:sagidayan@gmail.com'>Sagi Dayan</a></li>"
|
||||
"<li><a href='mailto:nadav2051@gmail.com'>Nadav Luzzato</a></li>"
|
||||
"</ul>");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue