Adding new icon and getters

This commit is contained in:
Niraj Venkat 2015-06-19 11:18:16 -07:00
parent b15e7cec21
commit 1494aa4faa
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns:xl="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="225.8 714.2 326.5 512"
enable-background="new 225.8 714.2 326.5 512" xml:space="preserve">
<g>
<g>
<path fill="#FF5353" d="M552.4,1226.2l-326.5-256l326.5-256V1226.2z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 503 B

View file

@ -62,6 +62,9 @@ public:
void loadSettings(const QString& lookupString = QString());
bool getBackState() { return (!_backStack.isEmpty()); }
bool getForwardState() { return (!_forwardStack.isEmpty()); }
public slots:
void handleLookupString(const QString& lookupString);