| 952 | } |
| 953 | |
| 954 | std::shared_ptr<ThreadPool> App::getThreadPool() const { |
| 955 | return mThreadPool; |
| 956 | } |
| 957 | |
| 958 | bool App::trySendUnlockedCmd( const KeyEvent& keyEvent ) { |
| 959 | if ( mSplitter->curEditorExistsAndFocused() ) { |
no outgoing calls
no test coverage detected