fixed template function for MostRecentlyFocused panel
This commit is contained in:
+5
-1
@@ -26,10 +26,14 @@
|
||||
#include <QDebug>
|
||||
|
||||
#include "panel/panelfocusmanager.h"
|
||||
#include "panel/project/project.h"
|
||||
#include "ui/icons/icons.h"
|
||||
#include "ui/style/style.h"
|
||||
#include "widget/menu/menushared.h"
|
||||
|
||||
|
||||
#include "panel/viewer/viewer.h"
|
||||
|
||||
Core olive::core;
|
||||
|
||||
Core::Core() :
|
||||
@@ -122,7 +126,7 @@ void Core::ImportFiles(const QStringList &urls)
|
||||
for (int i=0;i<urls.size();i++) {
|
||||
//const QString& url = urls.at(i);
|
||||
|
||||
|
||||
//qDebug() << olive::panel_focus_manager->MostRecentlyFocused<ViewerPanel>();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user