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
f0486a4b
Commit
f0486a4b
authored
Apr 21, 2011
by
Christian Kandeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Maemo: Make some public functions protected.
parent
caf05473
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/plugins/qt4projectmanager/qt-maemo/abstractmaemodeploystep.h
...gins/qt4projectmanager/qt-maemo/abstractmaemodeploystep.h
+3
-3
No files found.
src/plugins/qt4projectmanager/qt-maemo/abstractmaemodeploystep.h
View file @
f0486a4b
...
...
@@ -65,9 +65,6 @@ public:
virtual
~
AbstractMaemoDeployStep
();
QSharedPointer
<
const
MaemoDeviceConfig
>
deviceConfig
()
const
{
return
m_deviceConfig
;
}
void
setDeviceConfig
(
int
i
);
bool
currentlyNeedsDeployment
(
const
QString
&
host
,
const
MaemoDeployable
&
deployable
)
const
;
void
setDeployed
(
const
QString
&
host
,
const
MaemoDeployable
&
deployable
);
Qt4MaemoDeployConfiguration
*
maemoDeployConfig
()
const
;
bool
isDeploymentPossible
(
QString
&
whyNot
)
const
;
...
...
@@ -87,6 +84,9 @@ protected:
enum
BaseState
{
BaseInactive
,
StopRequested
,
Connecting
,
Deploying
};
BaseState
baseState
()
const
{
return
m_baseState
;
}
bool
currentlyNeedsDeployment
(
const
QString
&
host
,
const
MaemoDeployable
&
deployable
)
const
;
void
setDeployed
(
const
QString
&
host
,
const
MaemoDeployable
&
deployable
);
void
raiseError
(
const
QString
&
error
);
void
writeOutput
(
const
QString
&
text
,
OutputFormat
format
=
MessageOutput
,
OutputNewlineSetting
newlineSetting
=
DoAppendNewline
);
...
...
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