feat: initial commit
This commit is contained in:
7
.emacs.snippets/c++-mode/qdebug
Executable file
7
.emacs.snippets/c++-mode/qdebug
Executable file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: qdebug
|
||||
# key: qdebug
|
||||
# --
|
||||
qDebug() << "----------------------------------------";
|
||||
qDebug() << "$0";
|
||||
qDebug() << "----------------------------------------";
|
||||
Reference in New Issue
Block a user