forked from Silverfish/proton-bridge
fix(BRIDGE-235): fix compilation of Bridge GUI Tester on Windows.
This commit is contained in:
@ -365,8 +365,8 @@ grpc::Status GRPCService::RequestKnowledgeBaseSuggestions(ServerContext*, String
|
||||
QList<bridgepp::KnowledgeBaseSuggestion> suggestions;
|
||||
for (qsizetype i = 1; i <= 3; ++i) {
|
||||
suggestions.push_back({
|
||||
.title = QString("Suggested link %1").arg(i),
|
||||
.url = QString("https://proton.me/support/bridge#%1").arg(i),
|
||||
.title = QString("Suggested link %1").arg(i),
|
||||
});
|
||||
}
|
||||
qtProxy_.sendDelayedEvent(newKnowledgeBaseSuggestionsEvent(app().mainWindow().knowledgeBaseTab().getSuggestions()));
|
||||
|
||||
Reference in New Issue
Block a user