1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 09:34:53 +02:00

Merge branch 'master' into tweetsip

This commit is contained in:
Jeff Mitchell
2011-02-11 17:51:30 -05:00
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