Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
afb2454d
Commit
afb2454d
authored
Feb 24, 2014
by
-f
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused code
parent
276ccde5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
UBFeaturesController.h
src/board/UBFeaturesController.h
+1
-4
No files found.
src/board/UBFeaturesController.h
View file @
afb2454d
...
...
@@ -116,15 +116,12 @@ class UBFeature
{
public
:
UBFeature
()
{;}
// UBFeature(const UBFeature &f);
UBFeature
(
const
QString
&
url
,
const
QImage
&
icon
,
const
QString
&
name
,
const
QUrl
&
realPath
,
UBFeatureElementType
type
=
FEATURE_CATEGORY
);
// UBFeature();
virtual
~
UBFeature
();
QString
getName
()
const
{
return
mName
;
}
QString
getDisplayName
()
const
{
return
mDisplayName
;}
QImage
getThumbnail
()
const
{
return
mThumbnail
;}
QString
getVirtualPath
()
const
{
return
virtualDir
;
}
//QString getPath() const { return mPath; };
QUrl
getFullPath
()
const
{
return
mPath
;
}
QString
getFullVirtualPath
()
const
{
return
virtualDir
+
"/"
+
mName
;
}
QString
getUrl
()
const
;
...
...
@@ -169,7 +166,7 @@ public:
virtual
~
UBFeaturesController
();
QList
<
UBFeature
>*
getFeatures
()
const
{
return
featuresList
;}
const
QString
&
getRootPath
()
const
{
return
rootPath
;}
void
scanFS
();
...
...
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