File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11/* ******************************************************************************
22** Qt Advanced Docking System
33** Copyright (C) 2017 Uwe Kindler
4- **
4+ **
55** This library is free software; you can redistribute it and/or
66** modify it under the terms of the GNU Lesser General Public
77** License as published by the Free Software Foundation; either
88** version 2.1 of the License, or (at your option) any later version.
9- **
9+ **
1010** This library is distributed in the hope that it will be useful,
1111** but WITHOUT ANY WARRANTY; without even the implied warranty of
1212** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1313** Lesser General Public License for more details.
14- **
14+ **
1515** You should have received a copy of the GNU Lesser General Public
1616** License along with this library; If not, see <http://www.gnu.org/licenses/>.
1717******************************************************************************/
@@ -61,9 +61,6 @@ namespace ads
6161{
6262static const char * const INDEX_PROPERTY = " index" ;
6363static const char * const ACTION_PROPERTY = " action" ;
64- static const char * const DOCKWIDGET_PROPERTY = " dockwidget" ;
65- static const int APPEND = -1 ;
66-
6764
6865/* *
6966 * New dock area layout mimics stack layout but only inserts the current
You can’t perform that action at this time.
0 commit comments