mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Untangle GUI and input includes
This commit is contained in:
parent
7b49249f5f
commit
f7666f44da
126 changed files with 702 additions and 666 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "find_dialog.h"
|
||||
#include "find_dialog.h"
|
||||
|
||||
#include <QVBoxLayout>
|
||||
|
||||
|
|
@ -41,10 +41,6 @@ find_dialog::find_dialog(QTextEdit* edit, QWidget *parent, Qt::WindowFlags f) :
|
|||
show();
|
||||
}
|
||||
|
||||
find_dialog::~find_dialog()
|
||||
{
|
||||
}
|
||||
|
||||
int find_dialog::count_all()
|
||||
{
|
||||
m_count_lines = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue