We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02b052 commit e96a94eCopy full SHA for e96a94e
2 files changed
src/front_end_db/include/sqlite_manager.hxx
@@ -15,7 +15,7 @@ class SQLiteManager {
15
void on_create_clipboard_cache_error(const InitDataResult &status) noexcept;
16
17
public:
18
- void create_clipboard_cache(QMainWindow *main_window) noexcept;
+ void create_clipboard_cache(QMainWindow *main_window);
19
20
private:
21
QMainWindow *_main_window;
src/front_end_db/sqlite_manager.cxx
@@ -65,7 +65,7 @@ void Self::on_create_folder_error(const MkdirResult& result) noexcept {
65
}
66
67
68
-void Self::create_clipboard_cache(QMainWindow* main_window) noexcept {
+void Self::create_clipboard_cache(QMainWindow* main_window) {
69
this->_main_window = main_window;
70
71
auto raw_cache_directory = cache_dir();
0 commit comments