Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ovenpasta committed Feb 23, 2024
1 parent a9e0716 commit f0d49d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions playground/models/Window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,18 @@

#include "Window.h"

#include "QskSpinBox.h"

#include <QskDialogButtonBox.h>
#include <QskLinearBox.h>
#include <QskPushButton.h>
#include <QskTextInput.h>
#include <QskSpinBox.h>

#include <QskModelObjectBinder.h>

#include <QSqlDatabase>
#include <QSqlQuery>
#include <QSqlTableModel>
#include <QSqlRecord>
#include <iostream>

Window::Window( )

Expand Down

0 comments on commit f0d49d9

Please sign in to comment.