mirror of
https://github.com/markdavidlong/AppleSAWS.git
synced 2025-02-16 11:30:26 +00:00
Removed some extraneous debugging stuff
This commit is contained in:
parent
ad0fe34b64
commit
3213cb500a
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user