diff --git a/resources/connectionstatus.qrc b/resources/connectionstatus.qrc index 7f92be0..0a27809 100644 --- a/resources/connectionstatus.qrc +++ b/resources/connectionstatus.qrc @@ -10,5 +10,6 @@ busy.png connected.png disconnected.png + logo.png diff --git a/resources/logo.png b/resources/logo.png new file mode 100644 index 0000000..2a8c5ab Binary files /dev/null and b/resources/logo.png differ diff --git a/src/jceConnection/jcesslclient.h b/src/jceConnection/jcesslclient.h index 740764c..122481d 100644 --- a/src/jceConnection/jcesslclient.h +++ b/src/jceConnection/jcesslclient.h @@ -1,7 +1,7 @@ #ifndef JCESSLCLIENT_H #define JCESSLCLIENT_H -#include +#include #include #include #include diff --git a/src/jceData/CSV/csv_exporter.cpp b/src/jceData/CSV/csv_exporter.cpp index 96adf43..1dd6e6d 100644 --- a/src/jceData/CSV/csv_exporter.cpp +++ b/src/jceData/CSV/csv_exporter.cpp @@ -222,9 +222,9 @@ QString CSV_Exporter::makeLine(QString name, QDate *date, int startH, int startM } if(room == "") - description = "\"\Good Luck!\n"; + description = "\"Good Luck!\n"; - description.append("\n Created with JCE Manager.\""); + description.append("\nCreated with JCE Manager.\""); //Create the Fucking Line //Header: Subject,Start Date,Start Time,End Date,End Time,Description,Location