Skip to content

Commit

Permalink
#3150 fix: tests
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Nov 3, 2024
1 parent 1b0b32b commit c61197e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/scriptingservice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ QT_WARNING_DISABLE_GCC("-Wmismatched-new-delete")
#include "api/tagapi.h"
#include "entities/notesubfolder.h"
#include "services/settingsservice.h"
#include "cryptoservice.h"

#ifndef INTEGRATION_TESTS
#include <mainwindow.h>

#include <QInputDialog>
#include <QMessageBox>

#include "cryptoservice.h"
#include "openaiservice.h"
#include "widgets/qownnotesmarkdowntextedit.h"
#endif
Expand Down

0 comments on commit c61197e

Please sign in to comment.