mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 07:35:12 -04:00
fixed size of help icons in MainPage class
This commit is contained in:
parent
597f541c50
commit
3203249bd2
2 changed files with 8 additions and 4 deletions
|
@ -30,6 +30,7 @@
|
|||
class UserNotify;
|
||||
class QAbstractButton ;
|
||||
class FloatingHelpBrowser;
|
||||
class QToolButton;
|
||||
|
||||
class MainPage : public QWidget
|
||||
{
|
||||
|
@ -60,7 +61,7 @@ public:
|
|||
// Overload this to add some help info to the page. The way the info is
|
||||
// shown is handled by showHelp() below;
|
||||
//
|
||||
void registerHelpButton(QAbstractButton *button, const QString& help_html_text) ;
|
||||
void registerHelpButton(QToolButton *button, const QString& help_html_text) ;
|
||||
|
||||
private:
|
||||
FloatingHelpBrowser *mHelpBrowser ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue