File indexing completed on 2024-05-19 05:41:56

0001 /*
0002 // Copyright 2023 Codethink Ltd <codethink@codethink.co.uk>
0003 // SPDX-License-Identifier: Apache-2.0
0004 //
0005 // Licensed under the Apache License, Version 2.0 (the "License");
0006 // you may not use this file except in compliance with the License.
0007 // You may obtain a copy of the License at
0008 //
0009 //     http://www.apache.org/licenses/LICENSE-2.0
0010 //
0011 // Unless required by applicable law or agreed to in writing, software
0012 // distributed under the License is distributed on an "AS IS" BASIS,
0013 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
0014 // See the License for the specific language governing permissions and
0015 // limitations under the License.
0016 */
0017 
0018 #include <testmainwindow.h>
0019 
0020 TestMainWindow::TestMainWindow(Codethink::lvtldr::NodeStorage& sharedNodeStorage,
0021                                Codethink::lvtqtc::UndoManager *undoManager,
0022                                Codethink::lvtmdl::DebugModel *debugModel):
0023     MainWindow(sharedNodeStorage, nullptr, undoManager, debugModel)
0024 {
0025 }