summaryrefslogtreecommitdiff
path: root/src/client/Client.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2012-12-18 17:20:52 (GMT)
committer jacob1 <jfu614@gmail.com>2012-12-18 17:20:52 (GMT)
commitc06afff0a572c34ea4da8b87670e21c67b9c06b7 (patch)
tree95a251e1c2127a33f528a2194f451bfa5bfd30f1 /src/client/Client.h
parent672c5ee9135fab6329f789c902f278329869b561 (diff)
downloadpowder-c06afff0a572c34ea4da8b87670e21c67b9c06b7.zip
powder-c06afff0a572c34ea4da8b87670e21c67b9c06b7.tar.gz
selecting a stamp moves it to the front of the list again (unless you hold ctrl)
attempted to do MVC right?
Diffstat (limited to 'src/client/Client.h')
-rw-r--r--src/client/Client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/Client.h b/src/client/Client.h
index bd33273..0b40012 100644
--- a/src/client/Client.h
+++ b/src/client/Client.h
@@ -121,6 +121,7 @@ public:
void RescanStamps();
int GetStampsCount();
SaveFile * GetFirstStamp();
+ void MoveStampToFront(std::string stampID);
RequestStatus AddComment(int saveID, std::string comment);