diff options
author | Richard Maudsley <richard.maudsley@isode.com> | 2014-01-15 15:30:09 (GMT) |
---|---|---|
committer | Richard Maudsley <richard.maudsley@isode.com> | 2014-01-15 15:30:09 (GMT) |
commit | a65f146578f927898321f1bc0dcb224317245931 (patch) | |
tree | c22c1ebd0919ac1484b8bf8d4bd583569c04961b /Swift/QtUI/QtHighlightEditor.h | |
parent | dd2e075c48486824a538229afdfa5871e09c7fda (diff) | |
download | swift-a65f146578f927898321f1bc0dcb224317245931.zip swift-a65f146578f927898321f1bc0dcb224317245931.tar.bz2 |
Improved highlight editor gui layout.
Change-Id: I95d2d3de764f01a44d64a5f2846c4809cf46574a
Diffstat (limited to 'Swift/QtUI/QtHighlightEditor.h')
-rw-r--r-- | Swift/QtUI/QtHighlightEditor.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Swift/QtUI/QtHighlightEditor.h b/Swift/QtUI/QtHighlightEditor.h index 4aa42ae..c4c008d 100644 --- a/Swift/QtUI/QtHighlightEditor.h +++ b/Swift/QtUI/QtHighlightEditor.h @@ -4,6 +4,12 @@ * See Documentation/Licenses/BSD-simplified.txt for more information. */ +/* + * Copyright (c) 2014 Kevin Smith and Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #pragma once #include <Swift/Controllers/UIInterfaces/HighlightEditorWindow.h> |