diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-26 17:15:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-26 17:32:53 +0200 |
commit | 00693645d876ff969a865e7f609abdc474750c77 (patch) | |
tree | e640eba95da0adb01e972dd0ae666304b976ec62 /spline-widget/functionconfig.cpp | |
parent | 413834ae826a87edcfa986561ed7bfcee6d84442 (diff) |
spline-widget: misc fixes
- Remove some copy-pasted code
- Don't do too much QPainter stuff in a hot loop
- Use float/double/int correctly
- Whitespace
- C++11 style
- Update copyright
Diffstat (limited to 'spline-widget/functionconfig.cpp')
-rw-r--r-- | spline-widget/functionconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spline-widget/functionconfig.cpp b/spline-widget/functionconfig.cpp index 03a48b3f..72c3658a 100644 --- a/spline-widget/functionconfig.cpp +++ b/spline-widget/functionconfig.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015, Stanislaw Halik <sthalik@misaki.pl> +/* Copyright (c) 2012-2016, Stanislaw Halik <sthalik@misaki.pl> * Permission to use, copy, modify, and/or distribute this * software for any purpose with or without fee is hereby granted, |