Setting the server URL for displaying the users bidding link on program start from settings. Doesn't get updated after settings have been changed.
This commit is contained in:
@ -44,7 +44,7 @@ class ItemDetailMapper : public QWidget {
|
||||
void updateQRCode(const QString text = "");
|
||||
void onMailEditChanged(const QString& text);
|
||||
void onOnlineIDChanged(const QString& text);
|
||||
void onAccessCodeChanged(const QString& text);
|
||||
void onAccessCodeChanged(const QString& accessCode);
|
||||
void onCreateOnlineAccountTriggered();
|
||||
void onSendInviteMailTriggered();
|
||||
|
||||
@ -57,6 +57,7 @@ class ItemDetailMapper : public QWidget {
|
||||
|
||||
std::unique_ptr<QDataWidgetMapper> m_mapper;
|
||||
|
||||
QString m_serverUrl;
|
||||
/// *** GUI elements ***
|
||||
/// left layout
|
||||
QLabel* m_numberLabel;
|
||||
|
||||
Reference in New Issue
Block a user