Skip to content

Commit

Permalink
Qt Bitcoin Trader v1.40.50 Released!
Browse files Browse the repository at this point in the history
Fixed hitbtc authorization bug
Fixed transaction history in bitstamp
Smart paste for spinbox values
Synchronized currency pairs
  • Loading branch information
JulyIghor committed Feb 27, 2020
1 parent 8abef88 commit 906eb46
Show file tree
Hide file tree
Showing 32 changed files with 25,086 additions and 23,804 deletions.
2 changes: 1 addition & 1 deletion src/QtBitcoinTrader.plist
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleVersion</key>
<string>1.40.43</string>
<string>1.40.50</string>
<key>CFBundleName</key>
<string>Qt Bitcoin Trader</string>
<key>CFBundleIconFile</key>
Expand Down
8 changes: 5 additions & 3 deletions src/QtBitcoinTrader_Desktop.pro
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LANGUAGE = C++
DEPENDPATH += .
INCLUDEPATH += .

QT += network script widgets
QT += network script widgets texttospeech
unix:!macx { QT += multimedia }
macx { QT += multimedia }

Expand Down Expand Up @@ -157,7 +157,8 @@ HEADERS += $${PWD}/script/addrulegroup.h \
$${PWD}/menu/currencymenu.h \
$${PWD}/menu/currencymenucell.h \
$${PWD}/utils/currencysignloader.h \
$${PWD}/iniengine.h
$${PWD}/iniengine.h \
$${PWD}/utils/traderspinbox.h

FORMS += $${PWD}/script/addrulegroup.ui \
$${PWD}/script/rulewidget.ui \
Expand Down Expand Up @@ -277,7 +278,8 @@ SOURCES +=$${PWD}/script/addrulegroup.cpp \
$${PWD}/menu/currencymenu.cpp \
$${PWD}/menu/currencymenucell.cpp \
$${PWD}/utils/currencysignloader.cpp \
$${PWD}/iniengine.cpp
$${PWD}/iniengine.cpp \
$${PWD}/utils/traderspinbox.cpp

#
# Resources
Expand Down
Loading

0 comments on commit 906eb46

Please sign in to comment.