From 854711694d7aba391ac908c6887b489804a68fcd Mon Sep 17 00:00:00 2001 From: SET Date: Sun, 17 Dec 2017 17:45:26 +0100 Subject: [PATCH] Added gitignore --- .gitignore | 2 ++ DBusMprisProxy.cpp | 2 +- DBusMprisProxy.h | 2 +- DBusPODProxy.cpp | 2 +- DBusPODProxy.h | 2 +- globals.h | 4 ++-- main.cpp | 2 +- 7 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..edd9d60 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build/ +dist/ diff --git a/DBusMprisProxy.cpp b/DBusMprisProxy.cpp index 0540aed..03c8dc7 100644 --- a/DBusMprisProxy.cpp +++ b/DBusMprisProxy.cpp @@ -1,7 +1,7 @@ /* * File: DBusMprisProxy.cpp - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 22:23 diff --git a/DBusMprisProxy.h b/DBusMprisProxy.h index 619a645..d6b610a 100644 --- a/DBusMprisProxy.h +++ b/DBusMprisProxy.h @@ -1,6 +1,6 @@ /* * File: DBusMprisProxy.h - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 22:23 diff --git a/DBusPODProxy.cpp b/DBusPODProxy.cpp index 5356fe1..99324de 100644 --- a/DBusPODProxy.cpp +++ b/DBusPODProxy.cpp @@ -1,6 +1,6 @@ /* * File: DBusPODProxy.cpp - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 18:51 diff --git a/DBusPODProxy.h b/DBusPODProxy.h index 72f4be7..bcb6523 100644 --- a/DBusPODProxy.h +++ b/DBusPODProxy.h @@ -1,6 +1,6 @@ /* * File: DBusPODProxy.h - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 18:51 diff --git a/globals.h b/globals.h index 2bf08fc..610f1a2 100644 --- a/globals.h +++ b/globals.h @@ -1,6 +1,6 @@ /* * File: globals.h - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 20:27 @@ -12,7 +12,7 @@ #define _APPNAME_ "PMP7" // Pedal control for Media Player #define _APP_DESCRIPTION_ "Controls media playback by foot pedal" #define _VERSION_ "1" -#define _AUTHOR_ "SET - nmset@netcourrier.com" +#define _AUTHOR_ "SET - nmset@yandex.com" #define _ABOUT_ string(_APPNAME_) + string(" - version ") + string(_VERSION_) \ + string(" - ") + string(_APP_DESCRIPTION_) + _DOT_ \ + string("\nAuthor : ") + string(_AUTHOR_) \ diff --git a/main.cpp b/main.cpp index 5b2bf02..3d58c95 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,6 @@ /* * File: main.cpp - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL V2 * * Created on 10 décembre 2017, 16:24