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
|
.qmake.stash
|
||||||
zec-qt-wallet
|
zec-qt-wallet
|
||||||
zec-qt-wallet.vcxproj*
|
zec-qt-wallet.vcxproj*
|
||||||
|
zec-qt-wallet.pro.*
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.*
|
Makefile.*
|
||||||
qrc_application.cpp
|
qrc_application.cpp
|
||||||
|
|||||||
@@ -28,6 +28,10 @@ int main(int argc, char *argv[])
|
|||||||
MainWindow w;
|
MainWindow w;
|
||||||
w.setWindowTitle("zec-qt-wallet v" + QString(APP_VERSION));
|
w.setWindowTitle("zec-qt-wallet v" + QString(APP_VERSION));
|
||||||
w.show();
|
w.show();
|
||||||
|
|
||||||
|
// Temp
|
||||||
|
Turnstile t;
|
||||||
|
qDebug() << t.splitAmount(1245.2294371, 3);
|
||||||
|
|
||||||
return QApplication::exec();
|
return QApplication::exec();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,4 +34,4 @@ private:
|
|||||||
RPC* rpc;
|
RPC* rpc;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user