mixpanel: fix opt-out events after #2238 (#2296)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-05-01 12:08:40 -04:00
committed by GitHub
parent 1b87aa2dbc
commit 27c561aeb7
2 changed files with 3 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ private Q_SLOTS:
void handleMixpanelFinished();
void handleIsActiveChanged();
void handleUsageStatsActiveChanged();
void sendMixpanel(const QByteArray &json, bool isOptOut);
void sendMixpanel(const QByteArray &json);
private:
void sendOptOut();