Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
ecf66aca
Commit
ecf66aca
authored
May 09, 2011
by
dt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dead code
parent
a05e5da6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
76 deletions
+1
-76
src/plugins/projectexplorer/projectexplorer.cpp
src/plugins/projectexplorer/projectexplorer.cpp
+0
-1
src/plugins/projectexplorer/projectexplorer.pro
src/plugins/projectexplorer/projectexplorer.pro
+1
-5
src/plugins/projectexplorer/scriptwrappers.cpp
src/plugins/projectexplorer/scriptwrappers.cpp
+0
-34
src/plugins/projectexplorer/scriptwrappers.h
src/plugins/projectexplorer/scriptwrappers.h
+0
-36
No files found.
src/plugins/projectexplorer/projectexplorer.cpp
View file @
ecf66aca
...
...
@@ -69,7 +69,6 @@
#include "projectwindow.h"
#include "removefiledialog.h"
#include "runsettingspropertiespage.h"
#include "scriptwrappers.h"
#include "session.h"
#include "projectnodes.h"
#include "sessiondialog.h"
...
...
src/plugins/projectexplorer/projectexplorer.pro
View file @
ecf66aca
TEMPLATE
=
lib
TARGET
=
ProjectExplorer
QT
+=
script
\
network
QT
+=
network
include
(..
/../
qtcreatorplugin
.
pri
)
include
(
projectexplorer_dependencies
.
pri
)
include
(..
/../
shared
/
scriptwrapper
/
scriptwrapper
.
pri
)
include
(..
/../
libs
/
utils
/
utils
.
pri
)
include
(
customwizard
/
customwizard
.
pri
)
INCLUDEPATH
+=
$$
PWD
/../../
libs
/
utils
...
...
@@ -43,7 +41,6 @@ HEADERS += projectexplorer.h \
pluginfilefactory
.
h
\
iprojectmanager
.
h
\
currentprojectfilter
.
h
\
scriptwrappers
.
h
\
allprojectsfind
.
h
\
buildstep
.
h
\
buildconfiguration
.
h
\
...
...
@@ -130,7 +127,6 @@ SOURCES += projectexplorer.cpp \
dependenciespanel
.
cpp
\
allprojectsfilter
.
cpp
\
currentprojectfilter
.
cpp
\
scriptwrappers
.
cpp
\
allprojectsfind
.
cpp
\
project
.
cpp
\
pluginfilefactory
.
cpp
\
...
...
src/plugins/projectexplorer/scriptwrappers.cpp
deleted
100644 → 0
View file @
a05e5da6
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (info@qt.nokia.com)
**
**
** GNU Lesser General Public License Usage
**
** This file may be used under the terms of the GNU Lesser General Public
** License version 2.1 as published by the Free Software Foundation and
** appearing in the file LICENSE.LGPL included in the packaging of this file.
** Please review the following information to ensure the GNU Lesser General
** Public License version 2.1 requirements will be met:
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt LGPL Exception
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
** Other Usage
**
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
** If you have questions regarding the use of this file, please contact
** Nokia at info@qt.nokia.com.
**
**************************************************************************/
#include "scriptwrappers.h"
src/plugins/projectexplorer/scriptwrappers.h
deleted
100644 → 0
View file @
a05e5da6
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (info@qt.nokia.com)
**
**
** GNU Lesser General Public License Usage
**
** This file may be used under the terms of the GNU Lesser General Public
** License version 2.1 as published by the Free Software Foundation and
** appearing in the file LICENSE.LGPL included in the packaging of this file.
** Please review the following information to ensure the GNU Lesser General
** Public License version 2.1 requirements will be met:
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt LGPL Exception
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
** Other Usage
**
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
** If you have questions regarding the use of this file, please contact
** Nokia at info@qt.nokia.com.
**
**************************************************************************/
#ifndef PROJECTEXPLORER_SCRIPT_WRAPPER_H
#define PROJECTEXPLORER_SCRIPT_WRAPPER_H
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment