Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
8a21df07
Commit
8a21df07
authored
Mar 04, 2011
by
schurade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ADD] icon for dataset profile module
parent
cb2800e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/modules/datasetProfile/WMDatasetProfile.cpp
src/modules/datasetProfile/WMDatasetProfile.cpp
+2
-2
No files found.
src/modules/datasetProfile/WMDatasetProfile.cpp
View file @
8a21df07
...
...
@@ -35,7 +35,7 @@
#include "../../kernel/WKernel.h"
#include "../../kernel/WSelectionManager.h"
#include "
../emptyIcon
.xpm" // Please put a real icon here.
#include "
WMDatasetProfile
.xpm" // Please put a real icon here.
#include "WMDatasetProfile.h"
...
...
@@ -61,7 +61,7 @@ boost::shared_ptr< WModule > WMDatasetProfile::factory() const
const
char
**
WMDatasetProfile
::
getXPMIcon
()
const
{
return
emptyIcon
_xpm
;
// Please put a real icon here.
return
WMDatasetProfile
_xpm
;
// Please put a real icon here.
}
const
std
::
string
WMDatasetProfile
::
getName
()
const
{
...
...
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