Skip to content

Commit

Permalink
Added icon for board files
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Dec 22, 2013
1 parent 5e675b3 commit 0f69d76
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added rc/icon_set/icons/world.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions rc/rc.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<file>keypad/MyButton.qml</file>
<file>targets/default_target.png</file>
<file>icon_set/icons/page_white_link.png</file>
<file>icon_set/icons/world.png</file>
</qresource>
<qresource prefix="/sourcefile">
<file>icon_set/icons/bullet_red.png</file>
Expand Down
1 change: 1 addition & 0 deletions src/project/extension_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const QString ExtensionHelper::icon(const QString &file)
if(suffix == "c") return "page_white_c.png";
if(suffix == "cpp") return "page_white_cpp.png";
if(suffix == "h" || suffix == "hpp") return "page_white_h.png";
if(suffix == "board") return "world.png";
return "page_white.png";
}

Expand Down

0 comments on commit 0f69d76

Please sign in to comment.