Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
1. Added update link
  • Loading branch information
ultrasilicon committed Nov 10, 2016
1 parent a257075 commit 19947e6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file modified release_files/Untitled.dmgCanvas/Disk Image
Binary file not shown.
Binary file modified release_files/Untitled.dmgCanvas/QuickLook/Preview.jpg
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 source_code/GuiSettingsStack_update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ GuiSettingsStack_update::GuiSettingsStack_update(QWidget *parent)
else
{
addTag("Available Update:");
addItem("\tGo to update!\t\t ", new QLabel("<a href=\"http://hivechat.org\">hivechat.org</a>"));
addItem("New version: version:\t", GlobalData::update_struct.title, false);
addItem("Update version: version:\t",
QString("%1.%2.%3")
Expand Down
1 change: 1 addition & 0 deletions source_code/GuiSettingsStack_update.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "GuiScrollStack.h"
#include <QCheckBox>
#include <QPushButton>

class GuiSettingsStack_update : public GuiScrollStack
{
Expand Down

0 comments on commit 19947e6

Please sign in to comment.