mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Hint for "anonymous" login
* utility function for hyperlink * info about login
This commit is contained in:
committed by
Mat Sutcliffe
parent
731d39d783
commit
dc84c9b334
@@ -12,8 +12,8 @@
|
||||
#ifndef BLACKMISC_HTMLUTILS_H
|
||||
#define BLACKMISC_HTMLUTILS_H
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/propertyindexlist.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include <QStringBuilder>
|
||||
|
||||
//! Free functions in BlackMisc
|
||||
@@ -42,6 +42,9 @@ namespace BlackMisc
|
||||
//! As white space preformatted
|
||||
BLACKMISC_EXPORT QString unwrappedTooltip(const QString &text);
|
||||
|
||||
//! As hyperlink
|
||||
BLACKMISC_EXPORT QString asHyperlink(const QString &url, const QString &text = "");
|
||||
|
||||
} // ns
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user