mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-28 00:45:34 -04:00
finished removing latest Qt bits
This commit is contained in:
parent
e75d312724
commit
7dc5c90d63
12 changed files with 125 additions and 139 deletions
|
@ -30,12 +30,7 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef CRYPTOKEY_H
|
||||
#define CRYPTOKEY_H
|
||||
|
||||
#include <QString>
|
||||
#include <QSharedData>
|
||||
#include <QExplicitlySharedDataPointer>
|
||||
#pragma once
|
||||
|
||||
#include "bytearray.h"
|
||||
|
||||
|
@ -67,5 +62,3 @@ private:
|
|||
};
|
||||
|
||||
ByteArray torControlHashedPassword(const ByteArray &password);
|
||||
|
||||
#endif // CRYPTOKEY_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue