1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-22 21:54:00 +02:00

make compile on osx. don't ask.

break lib dependency on gui

minor UI tweaks
This commit is contained in:
Leo Franchi
2011-02-11 15:07:05 -05:00
parent 8ca08c4832
commit 82c5aece40
9 changed files with 29 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ QJDns::Record::Record()
haveKnown = false;
}
bool QJDns::Record::verify() const
bool QJDns::Record::doVerify() const
{
jdns_rr_t *rr = export_record(*this);
int ok = jdns_rr_verify(rr);

View File

@@ -111,7 +111,7 @@ public:
QByteArray os; // for Hinfo
Record();
bool verify() const;
bool doVerify() const;
};
class Response