QuickBooks Integrator 2020 Qt Edition

Questions / Feedback?

ServerVersion Event

Fires when QuickBooks Web Connector requests the version of your application.

Syntax

class QBWCServerServerVersionEventParams {
public:
  const QString &Version();
  void SetVersion(const QString &qsVersion);
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void ServerVersion(QBWCServerServerVersionEventParams *e);
// Or, subclass QBWCServer and override this emitter function. virtual int FireServerVersion(QBWCServerServerVersionEventParams *e) {...}

Remarks

This event fires when QuickBooks Web Connector requests the version of your application.

Version may be set to any string value. The value you specify will be displayed to the user when they click the more information link in QuickBooks Web Connector.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Qt Edition - Version 20.0 [Build 7941]