fix broken build (UdjinM6)
This commit is contained in:
parent
6662300900
commit
91795c25b1
@ -64,7 +64,7 @@ bool AppInit(int argc, char* argv[])
|
||||
//
|
||||
// Parameters
|
||||
//
|
||||
// If Qt is used, parameters/darkcoin.conf are parsed in qt/bitcoin.cpp's main()
|
||||
// If Qt is used, parameters/darkcoin.conf are parsed in qt/darkcoin.cpp's main()
|
||||
ParseParameters(argc, argv);
|
||||
if (!boost::filesystem::is_directory(GetDataDir(false)))
|
||||
{
|
||||
|
@ -153,7 +153,7 @@ BITCOIN_MM = \
|
||||
macnotificationhandler.mm
|
||||
|
||||
QT_MOC = \
|
||||
bitcoin.moc \
|
||||
darkcoin.moc \
|
||||
intro.moc \
|
||||
overviewpage.moc \
|
||||
rpcconsole.moc
|
||||
|
@ -221,7 +221,7 @@ private:
|
||||
void startThread();
|
||||
};
|
||||
|
||||
#include "bitcoin.moc"
|
||||
#include "darkcoin.moc"
|
||||
|
||||
BitcoinCore::BitcoinCore():
|
||||
QObject()
|
||||
|
@ -724,7 +724,7 @@ Address: %4
|
||||
<translation>Wallet is <b>encrypted</b> and currently <b>locked</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bitcoin.cpp" line="+447"/>
|
||||
<location filename="../darkcoin.cpp" line="+447"/>
|
||||
<source>A fatal error occurred. Bitcoin can no longer continue safely and will quit.</source>
|
||||
<translation>A fatal error occurred. Bitcoin can no longer continue safely and will quit.</translation>
|
||||
</message>
|
||||
@ -1706,7 +1706,7 @@ Address: %4
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../bitcoin.cpp" line="+71"/>
|
||||
<location filename="../darkcoin.cpp" line="+71"/>
|
||||
<location line="+7"/>
|
||||
<location line="+13"/>
|
||||
<source>Bitcoin</source>
|
||||
|
Loading…
Reference in New Issue
Block a user