intermediate checkin
This commit is contained in:
committed by
Aditya Kulkarni
parent
682a66dd11
commit
18bc6b0cc8
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@ src/precompiled.h.cpp
|
||||
.qmake.stash
|
||||
zec-qt-wallet
|
||||
zec-qt-wallet.vcxproj*
|
||||
zec-qt-wallet.pro.*
|
||||
Makefile
|
||||
Makefile.*
|
||||
qrc_application.cpp
|
||||
|
||||
@@ -28,6 +28,10 @@ int main(int argc, char *argv[])
|
||||
MainWindow w;
|
||||
w.setWindowTitle("zec-qt-wallet v" + QString(APP_VERSION));
|
||||
w.show();
|
||||
|
||||
// Temp
|
||||
Turnstile t;
|
||||
qDebug() << t.splitAmount(1245.2294371, 3);
|
||||
|
||||
return QApplication::exec();
|
||||
}
|
||||
|
||||
@@ -34,4 +34,4 @@ private:
|
||||
RPC* rpc;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user