aboutsummaryrefslogtreecommitdiff
path: root/src/sensor.cpp
diff options
context:
space:
mode:
authorna <noah.andreas@nukura.com>2017-01-26 20:58:39 +0100
committerna <noah.andreas@nukura.com>2017-01-26 20:58:39 +0100
commit1a4f88dc6d9116be6e38e70eef82a13e67173171 (patch)
tree3291c7e8eaed4e6a9a81b8568746c20f6c3c160b /src/sensor.cpp
parentff39cafd904e5c5e4b03e7ad545cc3a51d933313 (diff)
downloadlead-1a4f88dc6d9116be6e38e70eef82a13e67173171.tar
lead-1a4f88dc6d9116be6e38e70eef82a13e67173171.tar.gz
lead-1a4f88dc6d9116be6e38e70eef82a13e67173171.zip
changed namespace
Diffstat (limited to 'src/sensor.cpp')
-rw-r--r--src/sensor.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sensor.cpp b/src/sensor.cpp
index 841a4df..d84f0a2 100644
--- a/src/sensor.cpp
+++ b/src/sensor.cpp
@@ -1,4 +1,5 @@
/*
+
MIT License
Copyright (c) 2017 Noah Andreas
@@ -20,6 +21,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+
*/
@@ -29,7 +31,7 @@ SOFTWARE.
#include <QProcess>
-namespace lead {
+namespace Lead {
Sensor::Sensor(int x, int y, int w, int h, QString action):