From ace5c9d2d13ce82c138a24e5dad3514d5323a2ce Mon Sep 17 00:00:00 2001 From: Liran BN Date: Thu, 26 Jun 2014 23:15:14 +0300 Subject: [PATCH] another fix --- main/coursestablemanager.cpp | 2 +- main/mainscreen.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/coursestablemanager.cpp b/main/coursestablemanager.cpp index dd935bc..7f127bd 100644 --- a/main/coursestablemanager.cpp +++ b/main/coursestablemanager.cpp @@ -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 diff --git a/main/mainscreen.cpp b/main/mainscreen.cpp index a43c4cf..7c45eed 100644 --- a/main/mainscreen.cpp +++ b/main/mainscreen.cpp @@ -236,13 +236,13 @@ void MainScreen::on_actionCredits_triggered() "The source code is available at github:
" "jceAverageCalculator Repository" "

This front end is Powered by Jce Connection

" - "Made by:" + "Developed by: " "" "Thanks to: " ""); }