integration of core bitcoin
This commit is contained in:
26
TODO
26
TODO
@@ -62,3 +62,29 @@ AboutDialog
|
||||
|
||||
- Make icon blend into taskbar and maybe silver/grey
|
||||
Same for the other icons?
|
||||
|
||||
|
||||
Done:
|
||||
|
||||
Compatibility with Qt, and some more modularity
|
||||
|
||||
- Put guard statements around header files.
|
||||
|
||||
- Proper include between header files; remove central "header.h" file.
|
||||
|
||||
- Removed macro foreach: conflicts with Qt keyword foreach, replaced back with BOOST_FOREACH
|
||||
|
||||
- Prefix stdlib structures and functions with std:: in headers; "using namespace" in header files is
|
||||
generally frowned upon
|
||||
|
||||
Todo:
|
||||
|
||||
- Repeated in all files?
|
||||
#define __STDC_LIMIT_MACROS // to enable UINT64_MAX from stdint.h
|
||||
#include "main.h"
|
||||
#ifndef GUI
|
||||
#include "noui.h"
|
||||
#endif
|
||||
|
||||
- Check windows support / cross platform
|
||||
|
||||
|
||||
Reference in New Issue
Block a user