Removed some extraneous debugging stuff

This commit is contained in:
mlong 2021-02-04 13:22:31 -06:00
parent ad0fe34b64
commit 3213cb500a
1 changed files with 1 additions and 2 deletions

View File

@ -17,13 +17,12 @@ ApplesoftFileViewer::ApplesoftFileViewer(QWidget *parent) :
ui->setupUi(this);
m_afdv = Q_NULLPTR;
QFont textAreaFont("PR Number 3");
// QFont textAreaFont("Print Char 21");
// textAreaFont.setStyleHint(QFont::Monospace);
textAreaFont.setPointSize(12);
qDebug() << "************ " << textAreaFont;
// qDebug() << "************ " << textAreaFont;
QSettings settings;
QString title = QString("Applesoft Viewer");