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:
2
thirdparty/jdns/jdns/qjdns.cpp
vendored
2
thirdparty/jdns/jdns/qjdns.cpp
vendored
@@ -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);
|
||||
|
2
thirdparty/jdns/jdns/qjdns.h
vendored
2
thirdparty/jdns/jdns/qjdns.h
vendored
@@ -111,7 +111,7 @@ public:
|
||||
QByteArray os; // for Hinfo
|
||||
|
||||
Record();
|
||||
bool verify() const;
|
||||
bool doVerify() const;
|
||||
};
|
||||
|
||||
class Response
|
||||
|
Reference in New Issue
Block a user