mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 14:50:11 +01:00
2018-08-13 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging code from rdlibrary(1).
This commit is contained in:
@@ -17388,3 +17388,5 @@
|
||||
* Updated table documentation.
|
||||
2018-08-13 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added code to force the 'Plastique' GUI style.
|
||||
2018-08-13 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed debugging code from rdlibrary(1).
|
||||
|
||||
@@ -90,10 +90,6 @@ void SigHandler(int signo);
|
||||
MainWidget::MainWidget(QWidget *parent)
|
||||
:QWidget(parent)
|
||||
{
|
||||
QStringList styles=QStyleFactory::keys();
|
||||
for(int i=0;i<styles.size();i++) {
|
||||
printf("style: %s\n",(const char *)styles.at(i).toUtf8());
|
||||
}
|
||||
QString err_msg;
|
||||
|
||||
lib_resize=false;
|
||||
|
||||
Reference in New Issue
Block a user